[][MAC80211][mt76][Fix MU MCS 4 for certification]

[Description]
Fix MU rate to MCS 4 to pass TGAx cert HE-4.54.1-24g.

[Release-log]
N/A

Change-Id: Ifc74cf6460009e9c8048b97913aa0812db57303b
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7246914
diff --git a/autobuild_mac80211_release/package/kernel/mt76/patches/1005-mt76-mt7915-certification-patches.patch b/autobuild_mac80211_release/package/kernel/mt76/patches/1005-mt76-mt7915-certification-patches.patch
index 8bb1195..4b249f1 100644
--- a/autobuild_mac80211_release/package/kernel/mt76/patches/1005-mt76-mt7915-certification-patches.patch
+++ b/autobuild_mac80211_release/package/kernel/mt76/patches/1005-mt76-mt7915-certification-patches.patch
@@ -363,9 +363,9 @@
 +			.cap = 1,
 +			.dl_ul = 0,
 +			.wlan_id_user0 = cpu_to_le16(1),
-+			.dl_mcs_user0 = 2,
++			.dl_mcs_user0 = 4,
 +			.wlan_id_user1 = cpu_to_le16(2),
-+			.dl_mcs_user1 = 2,
++			.dl_mcs_user1 = 4,
 +		},
 +	};
 +	struct {