projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596c195
)
wifi: mt76: mt7615: add missing chanctx ops
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 28 May 2024 12:23:08 +0000
(14:23 +0200)
committer
Kalle Valo
<kvalo@kernel.org>
Sat, 1 Jun 2024 10:00:59 +0000
(13:00 +0300)
Here's another one I missed during the initial conversion,
fix that.
Cc: stable@vger.kernel.org
Reported-by: Rene Petersen <renepetersen@posteo.de>
Fixes:
0a44dfc07074
("wifi: mac80211: simplify non-chanctx drivers")
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218895
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link:
https://msgid.link/20240528142308.3f7db1821e68.I531135d7ad76331a50244d6d5288e14aa9668390@changeid
drivers/net/wireless/mediatek/mt76/mt7615/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mediatek/mt76/mt7615/main.c
b/drivers/net/wireless/mediatek/mt76/mt7615/main.c
index 0971c164b57e926d2d22dd1ef4f0559d45420db2..c27acaf0eb1cf7e9698adec73868867f349620e8 100644
(file)
--- a/
drivers/net/wireless/mediatek/mt76/mt7615/main.c
+++ b/
drivers/net/wireless/mediatek/mt76/mt7615/main.c
@@
-1326,6
+1326,10
@@
static void mt7615_set_rekey_data(struct ieee80211_hw *hw,
#endif /* CONFIG_PM */
const struct ieee80211_ops mt7615_ops = {
+ .add_chanctx = ieee80211_emulate_add_chanctx,
+ .remove_chanctx = ieee80211_emulate_remove_chanctx,
+ .change_chanctx = ieee80211_emulate_change_chanctx,
+ .switch_vif_chanctx = ieee80211_emulate_switch_vif_chanctx,
.tx = mt7615_tx,
.start = mt7615_start,
.stop = mt7615_stop,