qcacmn: Extract AFC event in WMI layer
Extract the parameters of the WMI_AFC_EVENTID in WMI. Change-Id: I086f095beb0961dfd7d3813c68e2caedf65a596d CRs-Fixed: 3023089
This commit is contained in:

committed by
Madan Koyyalamudi

parent
4597a3b4ad
commit
21ee351e31
@@ -2101,6 +2101,13 @@ QDF_STATUS (*extract_reg_chan_list_ext_update_event)(wmi_unified_t wmi_handle,
|
||||
struct cur_regulatory_info
|
||||
*reg_info,
|
||||
uint32_t len);
|
||||
#ifdef CONFIG_AFC_SUPPORT
|
||||
QDF_STATUS
|
||||
(*extract_afc_event)(wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf,
|
||||
struct afc_regulatory_info *reg_info,
|
||||
uint32_t len);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
QDF_STATUS (*extract_reg_11d_new_country_event)(wmi_unified_t wmi_handle,
|
||||
|
Reference in New Issue
Block a user