[][openwrt-24][Release][Fix release build fail of Wi-Fi7 MT76]

[Description]
Fix release build fail of Wi-Fi7 MT76.

The current version is based on mac80211 v6.9.9 backport.
We expect to update to mac80211 v6.10 in the near future

[Release-log]
N/A

Change-Id: I819547bcd8f037bb647c039140c536aafa9f388c
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9693354
diff --git a/autobuild/autobuild_5.4_mac80211_release/0001-wifi7-mac80211-generate-hostapd-setting-from-ap-cap.patch b/autobuild/autobuild_5.4_mac80211_release/0001-wifi7-mac80211-generate-hostapd-setting-from-ap-cap.patch
index 5ca9ba0..f836cd1 100644
--- a/autobuild/autobuild_5.4_mac80211_release/0001-wifi7-mac80211-generate-hostapd-setting-from-ap-cap.patch
+++ b/autobuild/autobuild_5.4_mac80211_release/0001-wifi7-mac80211-generate-hostapd-setting-from-ap-cap.patch
@@ -1,8 +1,22 @@
 diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
-index 566cfdd7..0298600c 100644
+index 026d3e5..2f75b74 100644
 --- a/package/kernel/mac80211/Makefile
 +++ b/package/kernel/mac80211/Makefile
-@@ -22,6 +22,7 @@ PKG_SOURCE:=backports-$(PKG_VERSION).tar.xz
+@@ -10,18 +10,19 @@ include $(INCLUDE_DIR)/kernel.mk
+ 
+ PKG_NAME:=mac80211
+ 
+-PKG_VERSION:=6.11
++PKG_VERSION:=6.9.9
+ PKG_RELEASE:=1
+ PKG_LICENSE:=GPL-2.0-only
+ PKG_LICENSE_FILES:=COPYING
+ 
+ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
+-PKG_HASH:=2c091ce9520c2e4c8a9c91a294f3c040f90cd76222674928e61542ead06cfa41
++PKG_HASH:=3417da091a57c7b1c145d44c1fae9f1e0bac6d0c8ad61b37e57b0a802eeb2837
+ 
+ PKG_SOURCE:=backports-$(PKG_VERSION).tar.xz
  PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)backports-$(PKG_VERSION)
  PKG_BUILD_PARALLEL:=1
  
@@ -29,3 +43,4 @@
  	$(Build/Patch)
  	rm -rf \
  		$(PKG_BUILD_DIR)/include/linux/ssb \
+