|
@@ -950,6 +950,7 @@ static void ath_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds, int nbad)
|
|
|
struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
|
|
|
struct ath_tx_info_priv *tx_info_priv = ATH_TX_INFO_PRIV(tx_info);
|
|
|
|
|
|
+ tx_info_priv->update_rc = false;
|
|
|
if (ds->ds_txstat.ts_status & ATH9K_TXERR_FILT)
|
|
|
tx_info->flags |= IEEE80211_TX_STAT_TX_FILTERED;
|
|
|
|
|
@@ -960,6 +961,7 @@ static void ath_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds, int nbad)
|
|
|
sizeof(tx_info_priv->tx));
|
|
|
tx_info_priv->n_frames = bf->bf_nframes;
|
|
|
tx_info_priv->n_bad_frames = nbad;
|
|
|
+ tx_info_priv->update_rc = true;
|
|
|
}
|
|
|
}
|
|
|
}
|