qcacld-3.0: Change signature of mgmt rx frame related APIs

Change signature of pe_handle_mgmt_frame, wma_form_rx_packet
and wma_mgmt_rx_process APIs 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-10 14:47:04 +05:30
committed by qcabuildsw
父節點 1e21b2be7b
當前提交 d2e6cde42e
共有 3 個文件被更改,包括 7 次插入6 次删除

查看文件

@@ -2342,7 +2342,7 @@ int wma_peer_rx_reorder_queue_remove(void *scn_handle,
* Return: 0 for success or error code
*/
int wma_form_rx_packet(qdf_nbuf_t buf,
void *mgmt_rx_params,
struct mgmt_rx_event_params *mgmt_rx_params,
cds_pkt_t *rx_pkt);
/**