|
@@ -2510,7 +2510,7 @@ static int cm_calculate_bss_score(struct wlan_objmgr_psoc *psoc,
|
|
score = cm_calculate_etp_score(psoc, entry, phy_config,
|
|
score = cm_calculate_etp_score(psoc, entry, phy_config,
|
|
bss_mlo_type, ml_flag);
|
|
bss_mlo_type, ml_flag);
|
|
entry->bss_score = score;
|
|
entry->bss_score = score;
|
|
- if (bss_mlo_type == MLMR)
|
|
|
|
|
|
+ if (bss_mlo_type == MLMR || bss_mlo_type == MLSR)
|
|
cm_sort_vendor_algo_mlo_bss_entry(psoc, entry,
|
|
cm_sort_vendor_algo_mlo_bss_entry(psoc, entry,
|
|
phy_config, scan_list,
|
|
phy_config, scan_list,
|
|
bss_mlo_type);
|
|
bss_mlo_type);
|