Files
wifipineapple-openwrt/package/kernel/mt76/patches/002-disable_fast_xmit.patch
Felix Fietkau 53a0131c68 mt76: sync with trunk r47143, add backports for compat with the older mac80211 version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-10-05 22:38:39 +00:00

11 lines
365 B
Diff

--- 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);