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:
@@ -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);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user