]> err.no Git - linux-2.6/blobdiff - drivers/net/wireless/b43legacy/b43legacy.h
b43legacy: LED triggers support
[linux-2.6] / drivers / net / wireless / b43legacy / b43legacy.h
index afe145cec06757c70844e2c967ae4c946acc21b7..41243ba821ac68c7e82dc5a422d959865ef6aaeb 100644 (file)
@@ -663,8 +663,10 @@ struct b43legacy_wldev {
        /* Various statistics about the physical device. */
        struct b43legacy_stats stats;
 
-#define B43legacy_NR_LEDS              4
-       struct b43legacy_led leds[B43legacy_NR_LEDS];
+       /* The device LEDs. */
+       struct b43legacy_led led_tx;
+       struct b43legacy_led led_rx;
+       struct b43legacy_led led_assoc;
 
        /* Reason code of the last interrupt. */
        u32 irq_reason;