[][mac80211][wifi6][mt76][Fix pleinfo to show PLE PAUSE]

[Description]
Fix pleinfo to show PLE PAUSE.

[Release-log]
N/A

Change-Id: Ia162a0e2643f3b82f52d3ec2d6996831c6421d71
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/8114120
diff --git a/autobuild_mac80211_release/package/kernel/mt76/patches/1000-wifi-mt76-mt7915-add-mtk-internal-debug-tools-for-mt.patch b/autobuild_mac80211_release/package/kernel/mt76/patches/1000-wifi-mt76-mt7915-add-mtk-internal-debug-tools-for-mt.patch
index 096309d..ba96f5f 100644
--- a/autobuild_mac80211_release/package/kernel/mt76/patches/1000-wifi-mt76-mt7915-add-mtk-internal-debug-tools-for-mt.patch
+++ b/autobuild_mac80211_release/package/kernel/mt76/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]);
diff --git a/autobuild_mac80211_release/package/kernel/mt76/patches/2004-wifi-mt76-mt7915-wed-HW-ATF-support-for-mt7986.patch b/autobuild_mac80211_release/package/kernel/mt76/patches/2004-wifi-mt76-mt7915-wed-HW-ATF-support-for-mt7986.patch
index a083852..4c9198f 100644
--- a/autobuild_mac80211_release/package/kernel/mt76/patches/2004-wifi-mt76-mt7915-wed-HW-ATF-support-for-mt7986.patch
+++ b/autobuild_mac80211_release/package/kernel/mt76/patches/2004-wifi-mt76-mt7915-wed-HW-ATF-support-for-mt7986.patch
@@ -1,4 +1,4 @@
-From 9c5767343f681ede3166f07b3051ab69cf75305a Mon Sep 17 00:00:00 2001
+From 125ddf12e213498dbddda005b1b84587bc1f1a46 Mon Sep 17 00:00:00 2001
 From: Lian Chen <lian.chen@mediatek.com>
 Date: Mon, 7 Nov 2022 14:47:44 +0800
 Subject: [PATCH] wifi: mt76: mt7915: wed: HW ATF support for mt7986
@@ -903,7 +903,7 @@
  int mt7915_mcu_set_txpower_sku(struct mt7915_phy *phy);
  int mt7915_mcu_get_txpower_sku(struct mt7915_phy *phy, s8 *txpower, int len,
 diff --git a/mt7915/mtk_debugfs.c b/mt7915/mtk_debugfs.c
-index a9570ced..e90a928f 100644
+index 9fe7dcb1..9ff4c5cd 100644
 --- a/mt7915/mtk_debugfs.c
 +++ b/mt7915/mtk_debugfs.c
 @@ -1368,7 +1368,6 @@ static EMPTY_QUEUE_INFO_T ple_txcmd_queue_empty_info[] = {
@@ -967,10 +967,10 @@
 +				dev_info(dev->mt76.dev, "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;
 +
 +				dev_info(dev->mt76.dev, " ctrl = %s", sta_ctrl_reg[ctrl]);