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, 0 insertions, 10 deletions
diff --git a/package/kernel/mt76/patches/002-disable_fast_xmit.patch b/package/kernel/mt76/patches/002-disable_fast_xmit.patch
deleted file mode 100644
index f7a011b2e1..0000000000
--- a/package/kernel/mt76/patches/002-disable_fast_xmit.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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);