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
此提交包含在:
@@ -1021,7 +1021,7 @@ QDF_STATUS (*extract_tbttoffset_update_params)(void *wmi_hdl, void *evt_buf,
|
||||
uint32_t *vdev_map, uint32_t **tbttoffset_list);
|
||||
|
||||
QDF_STATUS (*extract_mgmt_rx_params)(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);
|
||||
|
||||
QDF_STATUS (*extract_vdev_stopped_param)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf, uint32_t *vdev_id);
|
||||
|
新增問題並參考
封鎖使用者