diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/p54/p54common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c index 36310f881874..ddb858608a50 100644 --- a/drivers/net/wireless/p54/p54common.c +++ b/drivers/net/wireless/p54/p54common.c | |||
@@ -720,6 +720,7 @@ static void p54_rx_frame_sent(struct ieee80211_hw *dev, struct sk_buff *skb) | |||
720 | entry_hdr = (struct p54_hdr *) entry->data; | 720 | entry_hdr = (struct p54_hdr *) entry->data; |
721 | entry_data = (struct p54_tx_data *) entry_hdr->data; | 721 | entry_data = (struct p54_tx_data *) entry_hdr->data; |
722 | priv->tx_stats[entry_data->hw_queue].len--; | 722 | priv->tx_stats[entry_data->hw_queue].len--; |
723 | priv->stats.dot11ACKFailureCount += payload->tries - 1; | ||
723 | 724 | ||
724 | if (unlikely(entry == priv->cached_beacon)) { | 725 | if (unlikely(entry == priv->cached_beacon)) { |
725 | kfree_skb(entry); | 726 | kfree_skb(entry); |