Browse Source

qcacld-3.0: Remove sta_sap_scc_on_dfs_chan_allowed

Change Id1333a49d0538eb4ccfaf3c8498e9ca06671de02 ("qcacmn: Allow SAP
to come up on DFS channel in SCC mode") added two separate fields to
track the status of this feature. The sta_sap_scc_on_dfs_chan_allowed
field in struct policy_mgr_psoc_priv_obj was never used, so remove it.

Change-Id: I75fe9129d4df9a70af103d4b75389d75528ad422
CRs-Fixed: 2379072
Jeff Johnson 6 years ago
parent
commit
2449b32e09
1 changed files with 0 additions and 1 deletions
  1. 0 1
      components/cmn_services/policy_mgr/src/wlan_policy_mgr_i.h

+ 0 - 1
components/cmn_services/policy_mgr/src/wlan_policy_mgr_i.h

@@ -334,7 +334,6 @@ struct policy_mgr_psoc_priv_obj {
 	uint16_t unsafe_channel_count;
 	struct sta_ap_intf_check_work_ctx *sta_ap_intf_check_work_info;
 	uint8_t cur_conc_system_pref;
-	uint8_t sta_sap_scc_on_dfs_chan_allowed;
 	qdf_event_t opportunistic_update_done_evt;
 	qdf_event_t channel_switch_complete_evt;
 	send_mode_change_event_cb mode_change_cb;