diff options
Diffstat (limited to 'drivers/net/wireless/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath5k/ath5k.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath5k/ath5k.h b/drivers/net/wireless/ath5k/ath5k.h index b9af2b84c05f..0dc2c7321c8b 100644 --- a/drivers/net/wireless/ath5k/ath5k.h +++ b/drivers/net/wireless/ath5k/ath5k.h | |||
@@ -1129,6 +1129,12 @@ struct ath5k_hw { | |||
1129 | extern struct ath5k_hw *ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version); | 1129 | extern struct ath5k_hw *ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version); |
1130 | extern void ath5k_hw_detach(struct ath5k_hw *ah); | 1130 | extern void ath5k_hw_detach(struct ath5k_hw *ah); |
1131 | 1131 | ||
1132 | /* LED functions */ | ||
1133 | extern int ath5k_init_leds(struct ath5k_softc *sc); | ||
1134 | extern void ath5k_led_enable(struct ath5k_softc *sc); | ||
1135 | extern void ath5k_led_off(struct ath5k_softc *sc); | ||
1136 | extern void ath5k_unregister_leds(struct ath5k_softc *sc); | ||
1137 | |||
1132 | /* Reset Functions */ | 1138 | /* Reset Functions */ |
1133 | extern int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial); | 1139 | extern int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial); |
1134 | extern int ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode, struct ieee80211_channel *channel, bool change_channel); | 1140 | extern int ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode, struct ieee80211_channel *channel, bool change_channel); |