aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76/patches/002-disable_fast_xmit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mt76/patches/002-disable_fast_xmit.patch')
-rw-r--r--package/kernel/mt76/patches/002-disable_fast_xmit.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/mt76/patches/002-disable_fast_xmit.patch b/package/kernel/mt76/patches/002-disable_fast_xmit.patch
new file mode 100644
index 0000000000..f7a011b2e1
--- /dev/null
+++ b/package/kernel/mt76/patches/002-disable_fast_xmit.patch
@@ -0,0 +1,10 @@
+--- a/init.c
++++ b/init.c
+@@ -816,7 +816,6 @@ int mt76_register_device(struct mt76_dev
+ ieee80211_hw_set(hw, HOST_BROADCAST_PS_BUFFERING);
+ ieee80211_hw_set(hw, AMPDU_AGGREGATION);
+ ieee80211_hw_set(hw, SUPPORTS_RC_TABLE);
+- ieee80211_hw_set(hw, SUPPORT_FAST_XMIT);
+
+ hw->sta_data_size = sizeof(struct mt76_sta);
+ hw->vif_data_size = sizeof(struct mt76_vif);