]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx mode
authorJohannes Berg <johannes.berg@intel.com>
Wed, 8 Jun 2022 12:18:17 +0000 (14:18 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:55:55 +0000 (12:55 +0200)
commit0454baf9b25f66cae63ee7432026dc6de5daade4
treed9de0874269e323a18bab0684909ecfcdd0cd0ad
parent776a8d004de8c9e5f4c23baad4cf1cd77fc3f44a
wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx mode

When channel contexts are used, IEEE80211_CONF_CHANGE_SMPS
doesn't make sense and doesn't apply (which is documented).
Mask it in this case.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/main.c