[][mac80211][mt76][Set station mode TXOP to 0]

[Description]
Change station mode TXOP to 0 to align upstream setting.
If we set station mode TXOP to 2, TCP downlink throughput would be affected.

[Release-log]
N/A

Change-Id: I78794f9a22f7f5950c70fdc432a54312c7a2d1bd
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7787064
diff --git a/autobuild_mac80211_release/0001-master-mac80211-generate-hostapd-setting-from-ap-cap.patch b/autobuild_mac80211_release/0001-master-mac80211-generate-hostapd-setting-from-ap-cap.patch
index 986f829..264d818 100644
--- a/autobuild_mac80211_release/0001-master-mac80211-generate-hostapd-setting-from-ap-cap.patch
+++ b/autobuild_mac80211_release/0001-master-mac80211-generate-hostapd-setting-from-ap-cap.patch
@@ -831,7 +831,7 @@
  		country_str="country=$country"
  	}
  
-+	local tx_queue_data2_burst="tx_queue_data2_burst=2"
++	local tx_queue_data2_burst="tx_queue_data2_burst=0"
  	multiap_flag_file="${_config}.is_multiap"
  	if [ "$multi_ap" = "1" ]; then
  		touch "$multiap_flag_file"