|
@@ -669,7 +669,8 @@ void lim_extract_ap_capability(struct mac_context *mac_ctx, uint8_t *p_ie,
|
|
|
session->vht_config.su_beam_formee = 0;
|
|
|
|
|
|
if (session->opmode == QDF_P2P_CLIENT_MODE &&
|
|
|
- !wlan_reg_is_24ghz_ch_freq(beacon_struct->chan_freq))
|
|
|
+ !wlan_reg_is_24ghz_ch_freq(beacon_struct->chan_freq) &&
|
|
|
+ mac_ctx->roam.configParam.channelBondingMode5GHz)
|
|
|
lim_update_ch_width_for_p2p_client(
|
|
|
mac_ctx, session,
|
|
|
beacon_struct->chan_freq);
|