|
@@ -438,6 +438,7 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
|
|
ieee80211_hw_set(hw, CHANCTX_STA_CSA);
|
|
ieee80211_hw_set(hw, CHANCTX_STA_CSA);
|
|
ieee80211_hw_set(hw, SUPPORT_FAST_XMIT);
|
|
ieee80211_hw_set(hw, SUPPORT_FAST_XMIT);
|
|
ieee80211_hw_set(hw, SUPPORTS_CLONED_SKBS);
|
|
ieee80211_hw_set(hw, SUPPORTS_CLONED_SKBS);
|
|
|
|
+ ieee80211_hw_set(hw, SUPPORTS_AMSDU_IN_AMPDU);
|
|
|
|
|
|
if (mvm->trans->max_skb_frags)
|
|
if (mvm->trans->max_skb_frags)
|
|
hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG;
|
|
hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG;
|