[][MAC80211][mt76][add 11BE flag in mt76 package Makefile]

[Description]
Add DRIVER_11BE_SUPPORT dependent for besra module.

[Release-log]
N/A

Change-Id: I8b53c6247529be05ed8e1b0bbc5a89f47d9bc451
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6094629
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 915a34c..2eec36f 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
@@ -25,7 +25,7 @@
 +define KernelPackage/bersa
 +  $(KernelPackage/mt76-default)
 +  TITLE:=MediaTek MT7902/MT7990 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)/bersa/bersa.ko
 +  AUTOLOAD:=$(call AutoProbe,bersa)
 +endef