qcacmn: Re-factor processing of WMI_REG_CHAN_LIST_CC_EVENTID
Due to different layers, TLV processing is confined to WMI folder. Therefore, move the TLV layer processing of WMI_REG_CHAN_LIST_EVENTID to the wmi folder. Change-Id: I7e7182997a9506035030f33d2f81a403fbe97a2f CR-Fixed: 2019750
This commit is contained in:

committed by
Sandeep Puligilla

parent
49a8481745
commit
6bad19799f
@@ -1275,6 +1275,11 @@ QDF_STATUS (*send_dfs_phyerr_offload_en_cmd)(wmi_unified_t wmi_handle,
|
||||
uint32_t pdev_id);
|
||||
QDF_STATUS (*send_dfs_phyerr_offload_dis_cmd)(wmi_unified_t wmi_handle,
|
||||
uint32_t pdev_id);
|
||||
QDF_STATUS (*extract_reg_chan_list_update_event)(wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf,
|
||||
struct cur_regulatory_info
|
||||
*reg_info,
|
||||
uint32_t len);
|
||||
};
|
||||
|
||||
struct target_abi_version {
|
||||
|
Reference in New Issue
Block a user