[][MAC80211][mt76][add 11be for mt7996e in mt76 Makefile]

[Description]
Add 11be support for mt7996e in the Makefile of mt76 package.

[Release-log]
N/A

Change-Id: I0aa08c9bacfea2700137f9f07cb219dbb44ec7a1
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6743949
diff --git a/autobuild_mac80211_release/0003-master-mt76-makefile-for-new-chip.patch b/autobuild_mac80211_release/0003-master-mt76-makefile-for-new-chip.patch
index f22e561..f97f7ea 100644
--- a/autobuild_mac80211_release/0003-master-mt76-makefile-for-new-chip.patch
+++ b/autobuild_mac80211_release/0003-master-mt76-makefile-for-new-chip.patch
@@ -31,7 +31,7 @@
 +define KernelPackage/mt7996e
 +  $(KernelPackage/mt76-default)
 +  TITLE:=MediaTek MT7996/MT7995/MT7919 wireless driver
-+  DEPENDS+=@PCI_SUPPORT +kmod-mt76-core +kmod-mt76-connac +kmod-hwmon-core +kmod-thermal +@DRIVER_11AX_SUPPORT
++  DEPENDS+=@PCI_SUPPORT +kmod-mt76-core +kmod-mt76-connac +kmod-hwmon-core +kmod-thermal +@DRIVER_11AX_SUPPORT +@DRIVER_11BE_SUPPORT
 +  FILES:= $(PKG_BUILD_DIR)/mt7996/mt7996e.ko
 +  AUTOLOAD:=$(call AutoProbe,mt7996e)
 +endef