[rdkb][common][bsp][Refactor and sync wifi from openwrt]
[Description]
05a67730 [mac80211][mt76][wifi6][do not report ACK when TXS is lost]
0bae31b5 [Fix WiFi7 Release Build Fail]
7bf748ba [openwrt-24][Mac80211][Fix Mozart build fail]
b52c9c66 [mac80211][mt76][wifi6][delete twt flow before remove stations]
7c4179d9 [mac8021][core][wifi6][set IEEE80211_TX_CTL_USE_MINRATE when probing]
8d17b91d [MAC80211][WiFi6][TWT][refine twt mcu update flow]
6d5ab74e [MAC80211][WiFi6][mt76][fix mt76 Makefile patch failed]
c6eeb297 [MAC80211][WiFi7][Misc][Fix release build fail because of mt76 version upgradation]
4df78532 [MAC80211][WiFi6][mt76][Fix TX/RX hang and SER hw bit didn't detect issue]
[Release-log]
Change-Id: I78f985181c5b667036461de240eec86e3912f431
diff --git a/recipes-wifi/linux-mt76/files/patches-3.x/0110-mtk-mt76-temp-changes-for-SQC-period.patch b/recipes-wifi/linux-mt76/files/patches-3.x/0110-mtk-mt76-temp-changes-for-SQC-period.patch
index 7d25362..b635ea7 100644
--- a/recipes-wifi/linux-mt76/files/patches-3.x/0110-mtk-mt76-temp-changes-for-SQC-period.patch
+++ b/recipes-wifi/linux-mt76/files/patches-3.x/0110-mtk-mt76-temp-changes-for-SQC-period.patch
@@ -1,7 +1,7 @@
-From 1ee4eb8cb63f275f929b3f7aabbdb0df66ed1f2f Mon Sep 17 00:00:00 2001
+From af9a8ff47bf5ebe4e0da768e6bac43b9a211e613 Mon Sep 17 00:00:00 2001
From: MeiChia Chiu <meichia.chiu@mediatek.com>
Date: Fri, 9 Jun 2023 14:11:30 +0800
-Subject: [PATCH 110/223] mtk: mt76: temp changes for SQC period
+Subject: [PATCH 110/193] mtk: mt76: temp changes for SQC period
mtk: wifi: mt76: mt7996: For SQC test Disable single sku
@@ -29,7 +29,7 @@
4 files changed, 71 insertions(+), 2 deletions(-)
diff --git a/mt7996/dma.c b/mt7996/dma.c
-index a2490fa7..bbc3814d 100644
+index a2490fa..bbc3814 100644
--- a/mt7996/dma.c
+++ b/mt7996/dma.c
@@ -800,11 +800,23 @@ void mt7996_dma_reset(struct mt7996_dev *dev, bool force)
@@ -117,7 +117,7 @@
void mt7996_dma_cleanup(struct mt7996_dev *dev)
diff --git a/mt7996/mac.c b/mt7996/mac.c
-index 1c0d3676..ac61869d 100644
+index 1c0d367..ac61869 100644
--- a/mt7996/mac.c
+++ b/mt7996/mac.c
@@ -1992,6 +1992,9 @@ void mt7996_mac_reset_work(struct work_struct *work)
@@ -193,7 +193,7 @@
clear_bit(MT76_RESET, &dev->mphy.state);
if (phy2)
diff --git a/mt7996/mcu.c b/mt7996/mcu.c
-index d1aa19cb..d56630e9 100644
+index b6b659d..7699194 100644
--- a/mt7996/mcu.c
+++ b/mt7996/mcu.c
@@ -3857,11 +3857,11 @@ int mt7996_mcu_init_firmware(struct mt7996_dev *dev)
@@ -211,7 +211,7 @@
return ret;
diff --git a/mt7996/mtk_debugfs.c b/mt7996/mtk_debugfs.c
-index f9c5b238..0cf48193 100644
+index f9c5b23..0cf4819 100644
--- a/mt7996/mtk_debugfs.c
+++ b/mt7996/mtk_debugfs.c
@@ -4297,6 +4297,7 @@ int mt7996_mtk_init_debugfs(struct mt7996_phy *phy, struct dentry *dir)