Skip to content

Commit db04aff

Browse files
greearbfrank-w
authored andcommitted
wifi: mt76: mt7915: Emulate chanctx methods.
Looks like this was missed in the initial patch that made the conversion to the emulated chanctx drivers. Fixes: commit 0a44dfc ("wifi: mac80211: simplify non-chanctx drivers") Signed-off-by: Ben Greear <[email protected]>
1 parent fbc7afa commit db04aff

File tree

1 file changed

+4
-0
lines changed
  • drivers/net/wireless/mediatek/mt76/mt7915

1 file changed

+4
-0
lines changed

drivers/net/wireless/mediatek/mt76/mt7915/main.c

+4
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,10 @@ mt7915_net_fill_forward_path(struct ieee80211_hw *hw,
16571657
#endif
16581658

16591659
const struct ieee80211_ops mt7915_ops = {
1660+
.add_chanctx = ieee80211_emulate_add_chanctx,
1661+
.remove_chanctx = ieee80211_emulate_remove_chanctx,
1662+
.change_chanctx = ieee80211_emulate_change_chanctx,
1663+
.switch_vif_chanctx = ieee80211_emulate_switch_vif_chanctx,
16601664
.tx = mt7915_tx,
16611665
.start = mt7915_start,
16621666
.stop = mt7915_stop,

0 commit comments

Comments
 (0)