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:
Baila, Shashikala Prabhu
2017-03-17 10:21:14 +05:30
committed by Sandeep Puligilla
parent 49a8481745
commit 6bad19799f
3 changed files with 46 additions and 0 deletions

View File

@@ -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 {