qcacmn: Create a new API to update wdi hdr type for IPA
Create a new API to update wdi hdr type for IPA and Fix the return type for cdp call. CRs-Fixed: 3246990 Change-Id: Ic8adb1f46bfeda6598a01ffdda27339cfa04ee9d
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f464dd0f89
commit
6e12b33067
@@ -730,7 +730,7 @@ void ucfg_ipa_flush_pending_vdev_events(struct wlan_objmgr_pdev *pdev,
|
||||
static inline
|
||||
bool ucfg_ipa_is_wds_enabled(void)
|
||||
{
|
||||
return 0;
|
||||
return false;
|
||||
}
|
||||
#endif /* IPA_OFFLOAD */
|
||||
#endif /* _WLAN_IPA_UCFG_API_H_ */
|
||||
|
Reference in New Issue
Block a user