diff options
author | Michael Buesch <mb@bu3sch.de> | 2007-09-27 09:31:40 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:11 -0400 |
commit | 21954c367e4088c491122edd263964345bc1d3bf (patch) | |
tree | 149faa19794ff6834c56f3af4501fe921880092e /drivers/net/wireless/b43/b43.h | |
parent | 20405c08412a4d89357870d7220f9fb1c458b286 (diff) |
[B43]: LED triggers support
Drive the LEDs through the generic LED triggers.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Cc: Larry Finger <larry.finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 2c8fa1c3465e..6e6b59227e16 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -696,8 +696,10 @@ struct b43_wldev { | |||
696 | /* Various statistics about the physical device. */ | 696 | /* Various statistics about the physical device. */ |
697 | struct b43_stats stats; | 697 | struct b43_stats stats; |
698 | 698 | ||
699 | #define B43_NR_LEDS 4 | 699 | /* The device LEDs. */ |
700 | struct b43_led leds[B43_NR_LEDS]; | 700 | struct b43_led led_tx; |
701 | struct b43_led led_rx; | ||
702 | struct b43_led led_assoc; | ||
701 | 703 | ||
702 | /* Reason code of the last interrupt. */ | 704 | /* Reason code of the last interrupt. */ |
703 | u32 irq_reason; | 705 | u32 irq_reason; |