Преглед на файлове

qcacld-3.0: Disconnect STA interface if it is on indoor channel

If force scc is enabled for STA+SAP concurrency and SAP not allowed on
indoor channels then STA should be disconnected first if it is on indoor
channel before starting the SAP.

Change-Id: If0985b559030b44834df851e170f320c7f942036
CRs-Fixed: 2189793
Yeshwanth Sriram Guntuka преди 7 години
родител
ревизия
1c555fc687
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      core/hdd/src/wlan_hdd_hostapd.c

+ 5 - 0
core/hdd/src/wlan_hdd_hostapd.c

@@ -4843,6 +4843,11 @@ int wlan_hdd_cfg80211_start_bss(struct hdd_adapter *adapter,
 			ret = -EINVAL;
 			goto free;
 		}
+
+		/* check if STA is on indoor channel*/
+		if (policy_mgr_is_force_scc(hdd_ctx->psoc))
+			hdd_check_and_disconnect_sta_on_invalid_channel(
+								       hdd_ctx);
 	}
 	if (adapter->device_mode == QDF_SAP_MODE) {
 		/*