qcacmn: Add APIs to configure target AFC flags
Add common code to configure target AFC flags: enable_6ghz_sp_pwrmode_supp, afc_disable_timer_check, afc_disable_request_id_check. Remove cfg_get set is_afc_reg_noaction code, add it to psoc regulatory private data. Add APIs to set and get these AFC configures. Change-Id: Idf74b245113eee18b071a7fbb92bb151cd535ce8 CRs-Fixed: 3154185
This commit is contained in:

committed by
Madan Koyyalamudi

parent
ac613788de
commit
f8f0b97ffa
@@ -5835,6 +5835,9 @@ typedef enum {
|
||||
#if defined(CONFIG_BAND_6GHZ)
|
||||
wmi_service_lower_6g_edge_ch_supp,
|
||||
wmi_service_disable_upper_6g_edge_ch_supp,
|
||||
#ifdef CONFIG_AFC_SUPPORT
|
||||
wmi_service_afc_support,
|
||||
#endif
|
||||
#endif
|
||||
wmi_service_dcs_awgn_int_support,
|
||||
#ifdef WLAN_FEATURE_IGMP_OFFLOAD
|
||||
|
Reference in New Issue
Block a user