diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2007-10-13 00:04:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:26 -0500 |
commit | ba48f7bb8062982ec916868cc8c90360aad82e53 (patch) | |
tree | 9f19ae7146c895d09b01ef7d1bbec0d44666c0bf /drivers/net/wireless/b43legacy/b43legacy.h | |
parent | c8b0e6e19c0bcd30689cb6c6f64eb140f5d61894 (diff) |
b43legacy: LED triggers support
Drive the LEDs through the generic LED triggers.
The patch to b43 by Michael Buesch <mb@bu3sch.de> has been ported to b43legacy.
Signed-off-by: Larry Finger <larry.finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43legacy/b43legacy.h')
-rw-r--r-- | drivers/net/wireless/b43legacy/b43legacy.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43legacy/b43legacy.h b/drivers/net/wireless/b43legacy/b43legacy.h index afe145cec067..41243ba821ac 100644 --- a/drivers/net/wireless/b43legacy/b43legacy.h +++ b/drivers/net/wireless/b43legacy/b43legacy.h | |||
@@ -663,8 +663,10 @@ struct b43legacy_wldev { | |||
663 | /* Various statistics about the physical device. */ | 663 | /* Various statistics about the physical device. */ |
664 | struct b43legacy_stats stats; | 664 | struct b43legacy_stats stats; |
665 | 665 | ||
666 | #define B43legacy_NR_LEDS 4 | 666 | /* The device LEDs. */ |
667 | struct b43legacy_led leds[B43legacy_NR_LEDS]; | 667 | struct b43legacy_led led_tx; |
668 | struct b43legacy_led led_rx; | ||
669 | struct b43legacy_led led_assoc; | ||
668 | 670 | ||
669 | /* Reason code of the last interrupt. */ | 671 | /* Reason code of the last interrupt. */ |
670 | u32 irq_reason; | 672 | u32 irq_reason; |