Part 4 of 8 to add wireless statistics to the bcm43xx-d80211 system.
This patch removes link_quality and adds link_noise to struct
bcm43xx_stats and defines BCM43xx_RX_MAX_SSI, which is the maximum value for
rssi.

The patch is for the August 8 version of Linville's wireless-dev tree.

Signed-Off-By: Larry Finger <[EMAIL PROTECTED]>


diff --git a/drivers/net/wireless/d80211/bcm43xx/bcm43xx.h
b/drivers/net/wireless/d80211/bcm43xx/bcm43xx.h
index a0faeca..75174f9 100644
--- a/drivers/net/wireless/d80211/bcm43xx/bcm43xx.h
+++ b/drivers/net/wireless/d80211/bcm43xx/bcm43xx.h
@@ -27,6 +27,8 @@ #define BCM43xx_IRQWAIT_MAX_RETRIES   50

 #define BCM43xx_IO_SIZE                        8192

+#define BCM43xx_RX_MAX_SSI             60
+
 /* Active Core PCI Configuration Register. */
 #define BCM43xx_PCICFG_ACTIVE_CORE     0x80
 /* SPROM control register. */
@@ -623,7 +625,7 @@ struct bcm43xx_noise_calculation {
 };

 struct bcm43xx_stats {
-       u8 link_quality;
+       u8 link_noise;
        /* Store the last TX/RX times here for updating the leds. */
        unsigned long last_tx;
        unsigned long last_rx;


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to