diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c index b57fbbf3fb64..8fdd1746c102 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c | |||
@@ -3345,6 +3345,10 @@ int iwlagn_mac_ampdu_action(struct ieee80211_hw *hw, | |||
3345 | } | 3345 | } |
3346 | break; | 3346 | break; |
3347 | case IEEE80211_AMPDU_TX_OPERATIONAL: | 3347 | case IEEE80211_AMPDU_TX_OPERATIONAL: |
3348 | buf_size = min_t(int, buf_size, LINK_QUAL_AGG_FRAME_LIMIT_DEF); | ||
3349 | |||
3350 | iwlagn_txq_agg_queue_setup(priv, sta, tid, buf_size); | ||
3351 | |||
3348 | /* | 3352 | /* |
3349 | * If the limit is 0, then it wasn't initialised yet, | 3353 | * If the limit is 0, then it wasn't initialised yet, |
3350 | * use the default. We can do that since we take the | 3354 | * use the default. We can do that since we take the |