diff options
author | Pavel Roskin <proski@gnu.org> | 2011-07-26 22:27:05 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 16:04:14 -0400 |
commit | bb1f3ad96946f25653665c91afed17c8dd5b45ac (patch) | |
tree | 02553db1c8e3683fc18aa485d609a7fb4fd7c9d3 /drivers/net/wireless/ath/ath5k/base.h | |
parent | 931be260ed54843edac37cb3ff09a40b86114b31 (diff) | |
download | blackbird-op-linux-bb1f3ad96946f25653665c91afed17c8dd5b45ac.tar.gz blackbird-op-linux-bb1f3ad96946f25653665c91afed17c8dd5b45ac.zip |
ath5k: remove last references to "softc"
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index 3952cc8dc4f7..6c94c7ff2350 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h @@ -107,8 +107,8 @@ void ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb, const char *ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val); -int ath5k_init_softc(struct ath5k_hw *ah, const struct ath_bus_ops *bus_ops); -void ath5k_deinit_softc(struct ath5k_hw *ah); +int ath5k_init_ah(struct ath5k_hw *ah, const struct ath_bus_ops *bus_ops); +void ath5k_deinit_ah(struct ath5k_hw *ah); /* Check whether BSSID mask is supported */ #define ath5k_hw_hasbssidmask(_ah) (ah->ah_version == AR5K_AR5212) |