Ver Fonte

Revert "qcacld-3.0: Don't allow start ap during sta connection"

This reverts Change-Id: I1887aab39d2fa13cc8a900164d2aa6d489464e42

Driver is no more acquiring qdf_conc_list_lock before calling
cds_get_pcl(). SME active queue will serialize connection request and
bss start commands.

Change-Id: I98066b8f1e756ae930ea97be6f8c6e6de244662d
CRs-Fixed: 2108186
Mahesh Kumar Kalikot Veetil há 7 anos atrás
pai
commit
0c5cb992cf
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      core/hdd/src/wlan_hdd_hostapd.c

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

@@ -8436,11 +8436,6 @@ static int __wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
 		adapter->device_mode, cds_is_sub_20_mhz_enabled());
 
 
-	if (hdd_is_connection_in_progress(NULL, NULL)) {
-		hdd_err("Can't start BSS: connection is in progress");
-		return -EBUSY;
-	}
-
 	if (policy_mgr_is_hw_mode_change_in_progress(hdd_ctx->hdd_psoc)) {
 		status = policy_mgr_wait_for_connection_update(
 			hdd_ctx->hdd_psoc);