[rdkb][common][bsp][Refactor and sync wifi from openwrt]
[Description]
e65b4ad [MAC80211][iw][Add support to configure frequency for BW320 in 6G band]
d2ec7a8 [MAC80211][mt76][Add continuous TX support in testmode tx_frames]
35d7cd5 [MAC80211][core][Mark DFS channel available for CSA]
9db2913 [MAC80211][mt76][Fix background radar event being blocked]
f2cb8c7 [MAC80211][mt76][Fix MU MCS 4 for certification]
[Release-log]
Change-Id: I48fdf65d68ca2c06421dfaadf4f2d64c27c5e1a8
diff --git a/recipes-wifi/linux-mt76/files/patches/0001-mt76-mt7915-fix-background-radar-event-being-blocked.patch b/recipes-wifi/linux-mt76/files/patches/0001-mt76-mt7915-fix-background-radar-event-being-blocked.patch
new file mode 100644
index 0000000..9b631d2
--- /dev/null
+++ b/recipes-wifi/linux-mt76/files/patches/0001-mt76-mt7915-fix-background-radar-event-being-blocked.patch
@@ -0,0 +1,26 @@
+From 3703ee49869a0efdd963d7994ec6e9d831b6d7b9 Mon Sep 17 00:00:00 2001
+From: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
+Date: Wed, 15 Mar 2023 17:41:16 +0800
+Subject: [PATCH] mt76: mt7915: fix background radar event being blocked
+
+Signed-off-by: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
+---
+ mt7915/mcu.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mt7915/mcu.c b/mt7915/mcu.c
+index d08907f..dc24a47 100644
+--- a/mt7915/mcu.c
++++ b/mt7915/mcu.c
+@@ -274,7 +274,7 @@ mt7915_mcu_rx_radar_detected(struct mt7915_dev *dev, struct sk_buff *skb)
+
+ r = (struct mt7915_mcu_rdd_report *)skb->data;
+
+- if (r->band_idx > MT_BAND1)
++ if (r->band_idx > MT_RX_SEL2)
+ return;
+
+ if ((r->band_idx && !dev->phy.mt76->band_idx) &&
+--
+2.18.0
+