[][MAC80211][Rebase Patches][Align mt76 patches number rules]

[Description]
Fix patch number rule

0001-0899: Staging upstream patches, prepare to upstream
0900-0999: For backport5.15 or backport6.x build fixes
1000-1999: Internal dev (vendor/Test/DebugTool), no plan to upstream short-term
3000-3999: WED Patches

[Release-log]
N/A

Change-Id: Ie7d4a73262db774e8b49960c9fa2ff62eff72015
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7334531
diff --git a/autobuild_mac80211_release/package/kernel/mt76/patches/1029-wifi-mt76-mt7915-add-support-for-he-ldpc-control-fro.patch b/autobuild_mac80211_release/package/kernel/mt76/patches/1029-wifi-mt76-mt7915-add-support-for-he-ldpc-control-fro.patch
new file mode 100644
index 0000000..122a29c
--- /dev/null
+++ b/autobuild_mac80211_release/package/kernel/mt76/patches/1029-wifi-mt76-mt7915-add-support-for-he-ldpc-control-fro.patch
@@ -0,0 +1,25 @@
+From 92ddafe3c3067d5bf7358b449430ab467cea61b2 Mon Sep 17 00:00:00 2001
+From: MeiChia Chiu <meichia.chiu@mediatek.com>
+Date: Thu, 12 Jan 2023 15:15:42 +0800
+Subject: [PATCH 1029/1031] wifi: mt76: mt7915: add support for he ldpc control
+ from hostapd
+
+---
+ mt7915/mcu.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/mt7915/mcu.c b/mt7915/mcu.c
+index 49163fd9..d8991f88 100644
+--- a/mt7915/mcu.c
++++ b/mt7915/mcu.c
+@@ -1984,6 +1984,7 @@ mt7915_mcu_beacon_check_caps(struct mt7915_phy *phy, struct ieee80211_vif *vif,
+ 		he = (void *)(ie + 3);
+ 
+ 		vc->he_ldpc =
++			HE_PHY(CAP1_LDPC_CODING_IN_PAYLOAD, he->phy_cap_info[1]) &&
+ 			HE_PHY(CAP1_LDPC_CODING_IN_PAYLOAD, pe->phy_cap_info[1]);
+ 		vc->he_su_ebfer =
+ 			HE_PHY(CAP3_SU_BEAMFORMER, he->phy_cap_info[3]) &&
+-- 
+2.39.0
+