mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 06:49:29 -04:00
mwifiex: update current config_band info in start_ap
It was observed that AP beacons would not reflect correct regulatory information upon starting AP in A band. This was because of missing AP config band update in set_channel of start_ap. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
committed by
Kalle Valo
parent
7a56c4168e
commit
39d94eaa76
@@ -832,6 +832,8 @@ void mwifiex_uap_set_channel(struct mwifiex_private *priv,
|
||||
if (chandef.width > NL80211_CHAN_WIDTH_40)
|
||||
config_bands |= BAND_AAC;
|
||||
}
|
||||
|
||||
priv->adapter->config_bands = config_bands;
|
||||
}
|
||||
|
||||
int mwifiex_config_start_uap(struct mwifiex_private *priv,
|
||||
|
||||
Reference in New Issue
Block a user