aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/bcm43xx/bcm43xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx.h')
-rw-r--r--drivers/net/wireless/bcm43xx/bcm43xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx.h b/drivers/net/wireless/bcm43xx/bcm43xx.h
index 57fcaafcf7dd..ae0fe5cf1d44 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx.h
+++ b/drivers/net/wireless/bcm43xx/bcm43xx.h
@@ -621,6 +621,8 @@ struct bcm43xx_noise_calculation {
621 621
622struct bcm43xx_stats { 622struct bcm43xx_stats {
623 u8 link_quality; 623 u8 link_quality;
624 u8 noise;
625 struct iw_statistics wstats;
624 /* Store the last TX/RX times here for updating the leds. */ 626 /* Store the last TX/RX times here for updating the leds. */
625 unsigned long last_tx; 627 unsigned long last_tx;
626 unsigned long last_rx; 628 unsigned long last_rx;