diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-12-13 10:45:38 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-19 15:23:13 -0500 |
commit | ee370ceda823435fe75be7dd4ed7b0e3dc3108b9 (patch) | |
tree | 5d11b881e9971b08c207772aaeafb725266c89e7 /drivers | |
parent | 54fdb040b4760d5b2994d15c1371e297679420e9 (diff) |
p54: update ACK failure statistic counter in real-time
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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); |