diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ath5k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index d6f9afebf92..eace74dac00 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -1150,6 +1150,9 @@ struct ath5k_hw { | |||
1150 | int ath5k_hw_attach(struct ath5k_softc *sc); | 1150 | int ath5k_hw_attach(struct ath5k_softc *sc); |
1151 | void ath5k_hw_detach(struct ath5k_hw *ah); | 1151 | void ath5k_hw_detach(struct ath5k_hw *ah); |
1152 | 1152 | ||
1153 | int ath5k_sysfs_register(struct ath5k_softc *sc); | ||
1154 | void ath5k_sysfs_unregister(struct ath5k_softc *sc); | ||
1155 | |||
1153 | /* LED functions */ | 1156 | /* LED functions */ |
1154 | int ath5k_init_leds(struct ath5k_softc *sc); | 1157 | int ath5k_init_leds(struct ath5k_softc *sc); |
1155 | void ath5k_led_enable(struct ath5k_softc *sc); | 1158 | void ath5k_led_enable(struct ath5k_softc *sc); |