diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index b315a099d1a0..89aff4aae45f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -4286,12 +4286,9 @@ static int iwl4965_tx_status_reply_compressed_ba(struct iwl4965_priv *priv, | |||
4286 | 4286 | ||
4287 | tx_status = &priv->txq[scd_flow].txb[agg->start_idx].status; | 4287 | tx_status = &priv->txq[scd_flow].txb[agg->start_idx].status; |
4288 | tx_status->flags = IEEE80211_TX_STATUS_ACK; | 4288 | tx_status->flags = IEEE80211_TX_STATUS_ACK; |
4289 | tx_status->retry_count++; | 4289 | tx_status->flags |= IEEE80211_TX_STATUS_AMPDU; |
4290 | #ifdef CONFIG_IWL4965_HT_AGG | 4290 | tx_status->ampdu_ack_map = successes; |
4291 | tx_status->flags |= IEEE80211_TX_STATUS_AGG_STATS; | 4291 | tx_status->ampdu_ack_len = agg->frame_count; |
4292 | tx_status->successes = successes; | ||
4293 | tx_status->frame_count = agg->frame_count; | ||
4294 | #endif /* CONFIG_IWL4965_HT_AGG */ | ||
4295 | tx_status->control.tx_rate = agg->rate_n_flags; | 4292 | tx_status->control.tx_rate = agg->rate_n_flags; |
4296 | 4293 | ||
4297 | IWL_DEBUG_TX_REPLY("Bitmap %llx\n", bitmap); | 4294 | IWL_DEBUG_TX_REPLY("Bitmap %llx\n", bitmap); |