[rdkb][common][bsp][Refactor and sync wifi from openwrt]

[Description]
272d2eb6 [MAC80211][misc][Add Filogic Filogic 830 MP2.2 external reference release information]
389df5e2 [MAC80211][WiFi6/7][Misc][Fix STA group_cipher get non-initailized value]
6a1bd468 [MAC80211][wed][change wed token to 7K for mt7915]
fad8704c [MAC80211][wifi6][Release][Update Filogic 630/830/820/615 Firmwares]
c256e18f [mac80211][wifi6][mt76][wifi: mt76: revert patches to prevent station connection issue]
348bf60a [MAC80211][WiFi6/7][iw][Add support for 5G U-NII-3 & 4 setting without specifying center]
0a16e549 [MAC80211][WiFi7][Misc][Support backport source folder copy]
3ebd1ba5 [MAC80211][WiFi7][mt76][Add Kite default bin for different fem type]
221efcb8 [mac80211][wifi6][mt76][Update power on sequence for new chip version]
3a4d45a8 [mac80211][wifi6][mt76][Fix pleinfo to show PLE PAUSE]
30644444 [MAC80211][WiFi7][app][Add Kite support in atenl]
d698e4d9 [mac80211][wifi6][mt76][Update MT76 smp.sh and Makefile for Cheetah]
cc3c51c7 [MAC80211][wifi6][Release][Update MT7986 Firmware]
b3f7f9ba [Kernel][mt7988][hnat][Fix WAN->1G_LAN HNAT entry bind wrong in MAPE]
ea393925 [MAC80211[WiFi6/7]][hostapd][Avoid unnecessary beacon update]
6763be22 [MAC80211][wifi7][Misc][Sync Internal patches to External Release Folder]
d3ed9bc8 [mac80211][wifi7][mt76][Rebase WED patch due to Cheetah MT76 modifications]
2f4b03c3 [mac80211][wifi6][mt76][Bring-up hardware path for Cheetah MT76]

[Release-log]

Change-Id: I94ac3e2c4e78931c7552abdba582c4348faeee27
diff --git a/recipes-wifi/linux-mt76/files/patches/1000-wifi-mt76-mt7915-add-mtk-internal-debug-tools-for-mt.patch b/recipes-wifi/linux-mt76/files/patches/1000-wifi-mt76-mt7915-add-mtk-internal-debug-tools-for-mt.patch
index 096309d..ba96f5f 100644
--- a/recipes-wifi/linux-mt76/files/patches/1000-wifi-mt76-mt7915-add-mtk-internal-debug-tools-for-mt.patch
+++ b/recipes-wifi/linux-mt76/files/patches/1000-wifi-mt76-mt7915-add-mtk-internal-debug-tools-for-mt.patch
@@ -1,4 +1,4 @@
-From f2346c4a30dd7be798f2a9d8575f8edce64ff8eb Mon Sep 17 00:00:00 2001
+From 09961de38c33d2cf5ba12679862726e6937e5c58 Mon Sep 17 00:00:00 2001
 From: Shayne Chen <shayne.chen@mediatek.com>
 Date: Wed, 22 Jun 2022 10:39:47 +0800
 Subject: [PATCH] wifi: mt76: mt7915: add mtk internal debug tools for mt76
@@ -1884,7 +1884,7 @@
 +#endif
 diff --git a/mt7915/mtk_debugfs.c b/mt7915/mtk_debugfs.c
 new file mode 100644
-index 00000000..772adbb3
+index 00000000..d7bbc598
 --- /dev/null
 +++ b/mt7915/mtk_debugfs.c
 @@ -0,0 +1,3622 @@
@@ -3306,10 +3306,10 @@
 +				seq_printf(s, "tail/head fid = 0x%03x/0x%03x, pkt cnt = 0x%03x",
 +						  tfid, hfid, pktcnt);
 +
-+				if (((sta_pause[j % 6] & 0x1 << i) >> i) == 1)
++				if (((sta_pause[j % ac_num] & 0x1 << i) >> i) == 1)
 +					ctrl = 2;
 +
-+				if (((dis_sta_map[j % 6] & 0x1 << i) >> i) == 1)
++				if (((dis_sta_map[j % ac_num] & 0x1 << i) >> i) == 1)
 +					ctrl = 1;
 +
 +				seq_printf(s, " ctrl = %s", sta_ctrl_reg[ctrl]);