diff options
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx_leds.h')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx_leds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_leds.h b/drivers/net/wireless/bcm43xx/bcm43xx_leds.h index 6f18e2f95db4..d3716cf3aebc 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_leds.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx_leds.h | |||
@@ -51,6 +51,6 @@ enum { /* LED behaviour values */ | |||
51 | int bcm43xx_leds_init(struct bcm43xx_private *bcm); | 51 | int bcm43xx_leds_init(struct bcm43xx_private *bcm); |
52 | void bcm43xx_leds_exit(struct bcm43xx_private *bcm); | 52 | void bcm43xx_leds_exit(struct bcm43xx_private *bcm); |
53 | void bcm43xx_leds_update(struct bcm43xx_private *bcm, int activity); | 53 | void bcm43xx_leds_update(struct bcm43xx_private *bcm, int activity); |
54 | void bcm43xx_leds_turn_off(struct bcm43xx_private *bcm); | 54 | void bcm43xx_leds_switch_all(struct bcm43xx_private *bcm, int on); |
55 | 55 | ||
56 | #endif /* BCM43xx_LEDS_H_ */ | 56 | #endif /* BCM43xx_LEDS_H_ */ |