|
@@ -1342,6 +1342,7 @@ bool policy_mgr_are_2_freq_on_same_mac(struct wlan_objmgr_psoc *psoc,
|
|
|
* Current HW is SMM check, if they can lead to SBS or DBS without being
|
|
|
* in same mac, return true only if Both will lead to same mac
|
|
|
*/
|
|
|
+ policy_mgr_dump_sbs_freq_range(pm_ctx);
|
|
|
if (!policy_mgr_are_2_freq_in_sbs_freq_range(pm_ctx, freq_1, freq_2))
|
|
|
return false;
|
|
|
|
|
@@ -1383,7 +1384,6 @@ policy_mgr_are_3_freq_in_sbs_freq_range(struct policy_mgr_psoc_priv_obj *pm_ctx,
|
|
|
struct policy_mgr_freq_range *sbs_uppr_share;
|
|
|
struct policy_mgr_freq_range *sbs_range;
|
|
|
|
|
|
- policy_mgr_dump_sbs_freq_range(pm_ctx);
|
|
|
if (pm_ctx->hw_mode.sbs_lower_band_end_freq) {
|
|
|
sbs_uppr_share =
|
|
|
pm_ctx->hw_mode.freq_range_caps[MODE_SBS_UPPER_SHARE];
|
|
@@ -1454,6 +1454,7 @@ policy_mgr_are_3_freq_on_same_mac(struct wlan_objmgr_psoc *psoc,
|
|
|
* Current HW is SMM check, if they can lead to SBS or DBS without being
|
|
|
* in same mac, return true only if both will lead to same mac
|
|
|
*/
|
|
|
+ policy_mgr_dump_sbs_freq_range(pm_ctx);
|
|
|
if (!policy_mgr_are_3_freq_in_sbs_freq_range(pm_ctx, freq_1, freq_2,
|
|
|
freq_3))
|
|
|
return false;
|