qcacld-3.0: Enable STA+STA MCC

For helium/Hastings, two port STA+STA MCC is PORed
anyway, DBS is preferred for latency usecases.

Change-Id: I71b52974470a562372b5b1981fec1cde1ebdfcf8
CRs-Fixed: 2557583
This commit is contained in:
Jianmin Zhu
2019-11-01 16:51:10 +08:00
committed by nshrivas
vanhempi 8fa7047969
commit c98f63fff7

Näytä tiedosto

@@ -2131,12 +2131,6 @@ static bool policy_mgr_allow_multiple_sta_connections(struct wlan_objmgr_psoc *p
wmi_service_sta_plus_sta_support))
return false;
if (second_sta_freq && second_sta_freq != first_sta_freq &&
wlan_reg_is_same_band_freqs(second_sta_freq, first_sta_freq)) {
policy_mgr_err("STA+STA MCC isn't permitted");
return false;
}
return true;
}