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:
@@ -2131,12 +2131,6 @@ static bool policy_mgr_allow_multiple_sta_connections(struct wlan_objmgr_psoc *p
|
|||||||
wmi_service_sta_plus_sta_support))
|
wmi_service_sta_plus_sta_support))
|
||||||
return false;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user