All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] p54: update ACK failure statistic counter in real-time
@ 2008-12-13 15:45 Christian Lamparter
  0 siblings, 0 replies; only message in thread
From: Christian Lamparter @ 2008-12-13 15:45 UTC (permalink / raw)
  To: linux-wireless; +Cc: John W Linville

Signed-off-by: Christian Lamparter <chunkeey@web.de>
---
diff -Nurp a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c
--- a/drivers/net/wireless/p54/p54common.c	2008-12-13 13:36:02.000000000 +0100
+++ b/drivers/net/wireless/p54/p54common.c	2008-12-13 16:18:18.000000000 +0100
@@ -721,6 +721,7 @@ static void p54_rx_frame_sent(struct iee
 		entry_hdr = (struct p54_hdr *) entry->data;
 		entry_data = (struct p54_tx_data *) entry_hdr->data;
 		priv->tx_stats[entry_data->hw_queue].len--;
+		priv->stats.dot11ACKFailureCount += payload->tries - 1;
 
 		if (unlikely(entry == priv->cached_beacon)) {
 			kfree_skb(entry);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-13 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-13 15:45 [PATCH] p54: update ACK failure statistic counter in real-time Christian Lamparter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.