aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-02 04:27:01 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-12-02 15:17:50 -0500
commite5b046d86fac609f636d127a38de94a175c7e83b (patch)
treee76c838f1e8f65ee97483677ecb9ddb99f6bdf4e /drivers/net/wireless/ath/ath5k/ath5k.h
parent132b1c3ee38ea6fa0501004fd0f19acb554e5a44 (diff)
ath5k: Move PCI bus functions to separate file.
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/ath5k.h3
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 */
1148extern const struct ieee80211_ops ath5k_hw_ops;
1148 1149
1149/* Initialization and detach functions */ 1150/* Initialization and detach functions */
1150int ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops); 1151int 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);
1155int ath5k_sysfs_register(struct ath5k_softc *sc); 1156int ath5k_sysfs_register(struct ath5k_softc *sc);
1156void ath5k_sysfs_unregister(struct ath5k_softc *sc); 1157void ath5k_sysfs_unregister(struct ath5k_softc *sc);
1157 1158
1159/*Chip id helper function */
1160const char *ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val);
1158 1161
1159/* LED functions */ 1162/* LED functions */
1160int ath5k_init_leds(struct ath5k_softc *sc); 1163int ath5k_init_leds(struct ath5k_softc *sc);