qcacmn: Change signature of mgmt rx frame related APIs

Change signature of tgt_mgmt_txrx_rx_frame_handler API
and mgmt_frame_rx_callback by replacing rx params of type
void pointer with that of struct mgmt_rx_event_params
pointer.

Change-Id: Idfa54f1c9bfec22a2cf2e98740765dcd797513df
CRs-Fixed: 1103247
This commit is contained in:
Himanshu Agarwal
2017-01-05 14:23:18 +05:30
committed by qcabuildsw
parent 58a9fb97aa
commit b4992a4adf
3 changed files with 4 additions and 3 deletions

View File

@@ -5939,7 +5939,7 @@ QDF_STATUS extract_tbttoffset_update_params_non_tlv(void *wmi_hdl,
*/
static QDF_STATUS extract_mgmt_rx_params_non_tlv(wmi_unified_t wmi_handle,
void *evt_buf,
wmi_host_mgmt_rx_hdr *hdr, uint8_t **bufp)
struct mgmt_rx_event_params *hdr, uint8_t **bufp)
{
wmi_mgmt_rx_event *ev = (wmi_mgmt_rx_event *)evt_buf;