|
@@ -439,6 +439,9 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
|
|
|
ieee80211_hw_set(hw, SUPPORT_FAST_XMIT);
|
|
|
ieee80211_hw_set(hw, SUPPORTS_CLONED_SKBS);
|
|
|
|
|
|
+ if (mvm->trans->max_skb_frags)
|
|
|
+ hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG;
|
|
|
+
|
|
|
hw->queues = mvm->first_agg_queue;
|
|
|
hw->offchannel_tx_hw_queue = IWL_MVM_OFFCHANNEL_QUEUE;
|
|
|
hw->radiotap_mcs_details |= IEEE80211_RADIOTAP_MCS_HAVE_FEC |
|