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

@@ -12365,7 +12365,8 @@ static QDF_STATUS extract_tbttoffset_update_params_tlv(void *wmi_hdl,
* Return: QDF_STATUS_SUCCESS for success or error code
*/
static QDF_STATUS extract_mgmt_rx_params_tlv(wmi_unified_t wmi_handle,
void *evt_buf, wmi_host_mgmt_rx_hdr *hdr, uint8_t **bufp)
void *evt_buf, struct mgmt_rx_event_params *hdr,
uint8_t **bufp)
{
WMI_MGMT_RX_EVENTID_param_tlvs *param_tlvs = NULL;
wmi_mgmt_rx_hdr *ev_hdr = NULL;