2024-03-27 00:11:47

by Ben Greear

[permalink] [raw]
Subject: [PATCH] wifi: mt76: mt7915: Emulate chanctx methods.

From: Ben Greear <[email protected]>

Looks like this was missed in the initial patch that made
the conversion to the emulated chanctx drivers.

Fixes: commit 0a44dfc07074 ("wifi: mac80211: simplify non-chanctx drivers")

Signed-off-by: Ben Greear <[email protected]>
---
drivers/net/wireless/mediatek/mt76/mt7915/main.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/main.c b/drivers/net/wireless/mediatek/mt76/mt7915/main.c
index a246d11d9811..fadb8e62092c 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7915/main.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7915/main.c
@@ -2050,6 +2050,10 @@ mt7915_net_fill_forward_path(struct ieee80211_hw *hw,
#endif

const struct ieee80211_ops mt7915_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 = mt7915_tx,
.start = mt7915_start,
.stop = mt7915_stop,
--
2.42.0



2024-04-01 13:59:13

by James Dutton

[permalink] [raw]
Subject: Re: [PATCH] wifi: mt76: mt7915: Emulate chanctx methods.

Hi.
I have used this patch, and it fixes wifi for the mediatek board i
have. the BPI-R3.
Please add it to wireless-next, 6.9-rc

Feel free to add:
Tested-by: James Courtier-Dutton <[email protected]>

Kind Regards

James


On Wed, 27 Mar 2024 at 00:11, <[email protected]> wrote:
>
> From: Ben Greear <[email protected]>
>
> Looks like this was missed in the initial patch that made
> the conversion to the emulated chanctx drivers.
>
> Fixes: commit 0a44dfc07074 ("wifi: mac80211: simplify non-chanctx drivers")
>
> Signed-off-by: Ben Greear <[email protected]>
> ---
> drivers/net/wireless/mediatek/mt76/mt7915/main.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/main.c b/drivers/net/wireless/mediatek/mt76/mt7915/main.c
> index a246d11d9811..fadb8e62092c 100644
> --- a/drivers/net/wireless/mediatek/mt76/mt7915/main.c
> +++ b/drivers/net/wireless/mediatek/mt76/mt7915/main.c
> @@ -2050,6 +2050,10 @@ mt7915_net_fill_forward_path(struct ieee80211_hw *hw,
> #endif
>
> const struct ieee80211_ops mt7915_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 = mt7915_tx,
> .start = mt7915_start,
> .stop = mt7915_stop,
> --
> 2.42.0
>
>