qcacld-3.0: Not set P2P-CLI BW to 80 MHz when channel bonding is 0
Restricting P2P-CLI to not set channel width to 80 MHz for 5 GHz when INI gChannelBondingMode5GHz is not set. Change-Id: I756343a4e9c2800da6c86d2a706815b6102d7161 CRs-Fixed: 3621727
Dieser Commit ist enthalten in:

committet von
Rahul Choudhary

Ursprung
c98b2431a7
Commit
63b4f57ab3
@@ -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);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren