[][mac80211][hostapd][Fix destination address of Probe Response frame on 6 GHz]

[Description]
Fix destination address of Probe Response frame on 6 GHz

[Release-log]
N/A

Change-Id: Id6ba498573bdfb42638479a5ce6e79e87a48ca11
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7305315
diff --git a/autobuild_mac80211_release/package/network/services/hostapd/patches/mtk-0021-hostapd-mtk-add-11v_mbss-and-ema-support-for-hostapd.patch b/autobuild_mac80211_release/package/network/services/hostapd/patches/mtk-0021-hostapd-mtk-add-11v_mbss-and-ema-support-for-hostapd.patch
index 1574640..517f40c 100644
--- a/autobuild_mac80211_release/package/network/services/hostapd/patches/mtk-0021-hostapd-mtk-add-11v_mbss-and-ema-support-for-hostapd.patch
+++ b/autobuild_mac80211_release/package/network/services/hostapd/patches/mtk-0021-hostapd-mtk-add-11v_mbss-and-ema-support-for-hostapd.patch
@@ -304,7 +304,7 @@
  	    is_broadcast_ether_addr(mgmt->da))
  		resp = hostapd_gen_probe_resp(hapd, NULL, elems.p2p != NULL,
 -					      &resp_len, true);
-+					      &resp_len, false, elems.mbssid_known_bss,
++					      &resp_len, true, elems.mbssid_known_bss,
 +					      elems.mbssid_known_bss_len);
  	else
  		resp = hostapd_gen_probe_resp(hapd, mgmt, elems.p2p != NULL,