[][MAC80211][WiFi7][misc][Fix wrong path for per-radio antenna config patch]

[Description]
Fix wrong path for per-radio antenna config patch

[Release-log]
N/A

Change-Id: I438c8945d3b3ee7d8bce2996f6efaf4b2c9e0ec6
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9244983
diff --git a/autobuild_mac80211_release/openwrt_patches-21.02/wifi7_mlo/0006-wifi-scripts-add-antenna-config.patch b/autobuild_mac80211_release/openwrt_patches-21.02/wifi7_mlo/0006-wifi-scripts-add-antenna-config.patch
index 10344b1..7792c33 100644
--- a/autobuild_mac80211_release/openwrt_patches-21.02/wifi7_mlo/0006-wifi-scripts-add-antenna-config.patch
+++ b/autobuild_mac80211_release/openwrt_patches-21.02/wifi7_mlo/0006-wifi-scripts-add-antenna-config.patch
@@ -1,7 +1,7 @@
-diff --git a/mac80211.sh b/mac80211.sh
+diff --git a/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh b/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
 index 6a8f37e..1d31068 100755
---- a/mac80211.sh
-+++ b/mac80211.sh
+--- a/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
++++ b/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
 @@ -1417,7 +1417,7 @@ drv_mac80211_setup() {
  	[ "$rxantenna" = "$prev_rxantenna" -a "$txantenna" = "$prev_txantenna" ] || mac80211_reset_config "$phy"
  	wireless_set_data phy="$phy" txantenna="$txantenna" rxantenna="$rxantenna"