|
@@ -226,7 +226,7 @@ void lim_process_mlm_start_cnf(struct mac_context *mac, uint32_t *msg_buf)
|
|
if (!LIM_IS_AP_ROLE(pe_session))
|
|
if (!LIM_IS_AP_ROLE(pe_session))
|
|
return;
|
|
return;
|
|
if (pe_session->ch_width == CH_WIDTH_160MHZ) {
|
|
if (pe_session->ch_width == CH_WIDTH_160MHZ) {
|
|
- if (wlan_reg_get_bonded_channel_state(
|
|
|
|
|
|
+ if (wlan_reg_get_bonded_channel_state_for_freq(
|
|
mac->pdev, chan_freq,
|
|
mac->pdev, chan_freq,
|
|
pe_session->ch_width, 0) !=
|
|
pe_session->ch_width, 0) !=
|
|
CHANNEL_STATE_DFS)
|
|
CHANNEL_STATE_DFS)
|