[][MAC80211][wifi7][hostapd][rebase internal hostapd patches based on AP/STA ucode reimplmentation]

[Description]
Fix patch fail because internal hostapd patches need to rebase

[Release-log]
N/A

Change-Id: I902be8f35f7db02e9223dbcad9006c6b4f43dc05
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7944070
diff --git a/autobuild_mac80211_release/openwrt_patches-21.02/hostapd/0001-hostapd-ucode-mtk-add-parsing-eht_oper-from-hostapd.patch b/autobuild_mac80211_release/openwrt_patches-21.02/hostapd/0001-hostapd-ucode-mtk-add-parsing-eht_oper-from-hostapd.patch
new file mode 100644
index 0000000..d01c878
--- /dev/null
+++ b/autobuild_mac80211_release/openwrt_patches-21.02/hostapd/0001-hostapd-ucode-mtk-add-parsing-eht_oper-from-hostapd.patch
@@ -0,0 +1,12 @@
+diff --git a/package/network/services/hostapd/files/hostapd.uc b/package/network/services/hostapd/files/hostapd.uc
+index 384c5c2..43637ac 100644
+--- a/package/network/services/hostapd/files/hostapd.uc
++++ b/package/network/services/hostapd/files/hostapd.uc
+@@ -72,7 +72,7 @@ function iface_freq_info(iface, config, params)
+ 			continue;
+ 		}
+ 
+-		let val = match(line, /^(vht_oper_chwidth|he_oper_chwidth)=(\d+)/);
++		let val = match(line, /^(vht_oper_chwidth|he_oper_chwidth|eht_oper_chwidth)=(\d+)/);
+ 		if (!val)
+ 			continue;