aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-15 10:14:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-15 10:14:53 +0200
commitd8d0db1314964ed82a5149699478c6748023c74b (patch)
tree58bd757c44523e11c673e131365114803f63dea2
parent99ffc863bcadc84e23c31564e04a1ff5b0bcae84 (diff)
downloadstable-queue-master.tar.gz
6.9 patch refreshHEADmaster
-rw-r--r--queue-6.9/wifi-mt76-mt7915-add-missing-chanctx-ops.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/queue-6.9/wifi-mt76-mt7915-add-missing-chanctx-ops.patch b/queue-6.9/wifi-mt76-mt7915-add-missing-chanctx-ops.patch
index 65d6b00a11..4943ffcf3a 100644
--- a/queue-6.9/wifi-mt76-mt7915-add-missing-chanctx-ops.patch
+++ b/queue-6.9/wifi-mt76-mt7915-add-missing-chanctx-ops.patch
@@ -16,14 +16,12 @@ Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- drivers/net/wireless/mediatek/mt76/mt7915/main.c | 4 ++++
+ 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 b16a63366907..2624edbb59a1 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7915/main.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7915/main.c
-@@ -1661,6 +1661,10 @@ mt7915_net_fill_forward_path(struct ieee80211_hw *hw,
+@@ -1657,6 +1657,10 @@ mt7915_net_fill_forward_path(struct ieee
#endif
const struct ieee80211_ops mt7915_ops = {
@@ -34,6 +32,3 @@ index b16a63366907..2624edbb59a1 100644
.tx = mt7915_tx,
.start = mt7915_start,
.stop = mt7915_stop,
---
-2.45.0
-