qcacmn: Register event handler for new chan_list evt
Register the event handler for new WMI event, WMI_REG_CHAN_LIST_CC_EXT_EVENTID. Extract the parameters to be used when building the channel lists in the regulatory component. Update the reg rule parsing function to include the new PSD flag and PSD power levels. Change-Id: I0f5a747f98e43ac3d43b4aa1fb5958f0eac69a9d CRs-fixed: 2843793
This commit is contained in:
@@ -2024,6 +2024,13 @@ QDF_STATUS (*extract_reg_chan_list_update_event)(wmi_unified_t wmi_handle,
|
||||
struct cur_regulatory_info
|
||||
*reg_info,
|
||||
uint32_t len);
|
||||
#ifdef CONFIG_BAND_6GHZ
|
||||
QDF_STATUS (*extract_reg_chan_list_ext_update_event)(wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf,
|
||||
struct cur_regulatory_info
|
||||
*reg_info,
|
||||
uint32_t len);
|
||||
#endif
|
||||
|
||||
QDF_STATUS (*extract_reg_11d_new_country_event)(wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf,
|
||||
|
Reference in New Issue
Block a user