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 a74f448f7d72..ee3c0af3ab3c 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -1145,6 +1145,7 @@ struct ath5k_hw { | |||
1145 | /* | 1145 | /* |
1146 | * Prototypes | 1146 | * Prototypes |
1147 | */ | 1147 | */ |
1148 | extern const struct ieee80211_ops ath5k_hw_ops; | ||
1148 | 1149 | ||
1149 | /* Initialization and detach functions */ | 1150 | /* Initialization and detach functions */ |
1150 | int ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops); | 1151 | int ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops); |
@@ -1155,6 +1156,8 @@ void ath5k_hw_deinit(struct ath5k_hw *ah); | |||
1155 | int ath5k_sysfs_register(struct ath5k_softc *sc); | 1156 | int ath5k_sysfs_register(struct ath5k_softc *sc); |
1156 | void ath5k_sysfs_unregister(struct ath5k_softc *sc); | 1157 | void ath5k_sysfs_unregister(struct ath5k_softc *sc); |
1157 | 1158 | ||
1159 | /*Chip id helper function */ | ||
1160 | const char *ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val); | ||
1158 | 1161 | ||
1159 | /* LED functions */ | 1162 | /* LED functions */ |
1160 | int ath5k_init_leds(struct ath5k_softc *sc); | 1163 | int ath5k_init_leds(struct ath5k_softc *sc); |