[][MAC80211][Rebase Patches][Fix patch fail during WiFi7 build]

[Description]
Fix patch fail during WiFi7 build

[Release-log]
N/A

Change-Id: I0c52338d910a697875030edd54c3ed7b7e30ad83
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7823395
diff --git a/autobuild_mac80211_release/0002-wifi7-hostapd-makefile-for-utils.patch b/autobuild_mac80211_release/0002-wifi7-hostapd-makefile-for-utils.patch
new file mode 100644
index 0000000..efdf92c
--- /dev/null
+++ b/autobuild_mac80211_release/0002-wifi7-hostapd-makefile-for-utils.patch
@@ -0,0 +1,30 @@
+diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
+index f147c42..7a31c36 100644
+--- a/package/network/services/hostapd/Makefile
++++ b/package/network/services/hostapd/Makefile
+@@ -501,7 +501,6 @@ define Package/hostapd-utils
+   TITLE:=IEEE 802.1x Authenticator (utils)
+   URL:=http://hostap.epitest.fi/
+   DEPENDS:=@$(subst $(space),||,$(foreach pkg,$(HOSTAPD_PROVIDERS),PACKAGE_$(pkg)))
+-  VARIANT:=*
+ endef
+ 
+ define Package/hostapd-utils/description
+@@ -515,7 +514,6 @@ define Package/wpa-cli
+   SUBMENU:=WirelessAPD
+   DEPENDS:=@$(subst $(space),||,$(foreach pkg,$(SUPPLICANT_PROVIDERS),PACKAGE_$(pkg)))
+   TITLE:=WPA Supplicant command line control utility
+-  VARIANT:=*
+ endef
+ 
+ define Package/eapol-test/Default
+@@ -726,6 +724,9 @@ define Package/hostapd-common/install
+ 	$(INSTALL_DATA) ./files/wpad.json $(1)/etc/capabilities
+ 	$(INSTALL_DATA) ./files/common.uc $(1)/usr/share/hostap/
+ 	$(INSTALL_DATA) ./files/wdev.uc $(1)/usr/share/hostap/
++	[ ! -d $(STAGING_DIR)/usr/include/wpa_ctrl.h ] && $(CP) -f $(PKG_BUILD_DIR)/src/common/wpa_ctrl.h $(STAGING_DIR)/usr/include
++	[ ! -d $(STAGING_DIR)/usr/lib/wpa_ctrl.o ] && $(CP) -f $(PKG_BUILD_DIR)/build/hostapd/src/common/wpa_ctrl.o $(STAGING_DIR)/usr/lib
++	[ ! -d $(STAGING_DIR)/usr/lib/os_unix.o ] && $(CP) -f $(PKG_BUILD_DIR)/build/hostapd/src/utils/os_unix.o $(STAGING_DIR)/usr/lib
+ endef
+ 
+ define Package/hostapd/install