[PATCH] bcm43xx: fix some gpio register trashing (hopefully :D)
[sfrench/cifs-2.6.git] / drivers / net / wireless / bcm43xx / bcm43xx_leds.h
index 6f18e2f95db46f83927f938df73da3fce627b0ff..d3716cf3aebce51dc9c90368d0e3bd74a047e9fa 100644 (file)
@@ -51,6 +51,6 @@ enum { /* LED behaviour values */
 int bcm43xx_leds_init(struct bcm43xx_private *bcm);
 void bcm43xx_leds_exit(struct bcm43xx_private *bcm);
 void bcm43xx_leds_update(struct bcm43xx_private *bcm, int activity);
-void bcm43xx_leds_turn_off(struct bcm43xx_private *bcm);
+void bcm43xx_leds_switch_all(struct bcm43xx_private *bcm, int on);
 
 #endif /* BCM43xx_LEDS_H_ */