diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/xmit.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/xmit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c index ef91f6cc2d79..e0230a43bc5b 100644 --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c | |||
@@ -2019,6 +2019,9 @@ static void ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb, | |||
2019 | 2019 | ||
2020 | ath_dbg(common, XMIT, "TX complete: skb: %p\n", skb); | 2020 | ath_dbg(common, XMIT, "TX complete: skb: %p\n", skb); |
2021 | 2021 | ||
2022 | if (sc->sc_ah->caldata) | ||
2023 | sc->sc_ah->caldata->paprd_packet_sent = true; | ||
2024 | |||
2022 | if (!(tx_flags & ATH_TX_ERROR)) | 2025 | if (!(tx_flags & ATH_TX_ERROR)) |
2023 | /* Frame was ACKed */ | 2026 | /* Frame was ACKed */ |
2024 | tx_info->flags |= IEEE80211_TX_STAT_ACK; | 2027 | tx_info->flags |= IEEE80211_TX_STAT_ACK; |