diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-03-18 15:28:46 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:19:40 -0500 |
commit | 714eece7c7c300bbc5e8285890e7374958ca37f4 (patch) | |
tree | 7a589f5aa916eb5463dbc5d420ee9c161456695e /drivers/net/wireless/bcm43xx/bcm43xx_leds.h | |
parent | 4a1821e4c7a84569f788b7667affe2743317b63f (diff) |
[PATCH] bcm43xx: fix some gpio register trashing (hopefully :D)
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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_ */ |