aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76/patches/002-disable_fast_xmit.patch
blob: f7a011b2e133cc4d3357fd038d6f503ac0de5836 (plain)
1
2
3
4
5
6
7
8
9
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);