diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-06-12 12:23:51 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-06-14 09:14:08 +0200 |
commit | 0d9c2beed116e623ac30810d382bd67163650f98 (patch) | |
tree | 874e0a43ef09e2e1e329df048345c40ad42d9d18 /drivers/hsi | |
parent | 2663d0462eb32ae7c9b035300ab6b1523886c718 (diff) |
wifi: mac80211: fix monitor channel with chanctx emulation
After the channel context emulation, there were reports that
changing the monitor channel no longer works. This is because
those drivers don't have WANT_MONITOR_VIF, so the setting the
channel always exits out quickly.
Fix this by always allocating the virtual monitor sdata, and
simply not telling the driver about it unless it wanted to.
This way, we have an interface/sdata to bind the chanctx to,
and the emulation can work correctly.
Cc: stable@vger.kernel.org
Fixes: 0a44dfc07074 ("wifi: mac80211: simplify non-chanctx drivers")
Reported-and-tested-by: Savyasaachi Vanga <savyasaachiv@gmail.com>
Closes: https://lore.kernel.org/r/chwoymvpzwtbmzryrlitpwmta5j6mtndocxsyqvdyikqu63lon@gfds653hkknl
Link: https://msgid.link/20240612122351.b12d4a109dde.I1831a44417faaab92bea1071209abbe4efbe3fba@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/hsi')
0 files changed, 0 insertions, 0 deletions