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:
Will Huang
2022-10-27 12:07:29 +08:00
zatwierdzone przez Madan Koyyalamudi
rodzic ac613788de
commit f8f0b97ffa
13 zmienionych plików z 470 dodań i 4 usunięć

Wyświetl plik

@@ -535,6 +535,8 @@ static int init_deinit_service_ext2_ready_event_handler(ol_scn_t scn_handle,
target_if_set_regulatory_eirp_preferred_support(psoc);
tgt_if_set_reg_afc_configure(tgt_hdl, psoc);
/* send init command */
init_deinit_set_send_init_cmd(psoc, tgt_hdl);