qcacmn: Add non-tlv implementation in common wmi layer( part 2)
Add non-tlv fixes for issues observed during L1 validation in WIN platform. Change-Id: I20efe25021258137a97dc408b93c9fdc3714f367 Acked-by: Sathish Kumar <ksathis@qti.qualcomm.com> CRs-Fixed: 1005778
This commit is contained in:

committed by
Akash Patel

parent
c10bde875f
commit
41da3152b2
@@ -1185,7 +1185,7 @@ QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
|
||||
QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
|
||||
wmi_host_wlan_profile_ctx_t *profile_ctx);
|
||||
|
||||
QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf,
|
||||
QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
|
||||
wmi_host_wlan_profile_t *profile_data);
|
||||
|
||||
QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf,
|
||||
|
Reference in New Issue
Block a user