mt76: sync with trunk r47143, add backports for compat with the older mac80211 version
[15.05/openwrt.git] / package / kernel / mt76 / patches / 002-disable_fast_xmit.patch
1 --- a/init.c
2 +++ b/init.c
3 @@ -816,7 +816,6 @@ int mt76_register_device(struct mt76_dev
4         ieee80211_hw_set(hw, HOST_BROADCAST_PS_BUFFERING);
5         ieee80211_hw_set(hw, AMPDU_AGGREGATION);
6         ieee80211_hw_set(hw, SUPPORTS_RC_TABLE);
7 -       ieee80211_hw_set(hw, SUPPORT_FAST_XMIT);
8  
9         hw->sta_data_size = sizeof(struct mt76_sta);
10         hw->vif_data_size = sizeof(struct mt76_vif);