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:
Devender Kumar
2022-07-19 11:01:55 +05:30
committed by Madan Koyyalamudi
parent f464dd0f89
commit 6e12b33067
3 changed files with 29 additions and 6 deletions

View File

@@ -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_ */