diff options
author | Pavel Roskin <proski@gnu.org> | 2011-07-21 13:36:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-22 09:51:14 -0400 |
commit | fabba0480637add5411b1dc59603cc71e3505a69 (patch) | |
tree | be0ef4e4f52ec53fd2ef7cedd2b0ff046bdfc99a /drivers/net/wireless/ath/ath5k/ath5k.h | |
parent | 24aad3f4c8a5c0a7514733fb9fa70994e24a5707 (diff) |
ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers
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/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ath5k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index 028958494976..c6fb44cea0bf 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -1372,8 +1372,8 @@ void ath5k_set_beacon_filter(struct ieee80211_hw *hw, bool enable); | |||
1372 | bool ath5k_any_vif_assoc(struct ath5k_hw *ah); | 1372 | bool ath5k_any_vif_assoc(struct ath5k_hw *ah); |
1373 | void ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb, | 1373 | void ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb, |
1374 | struct ath5k_txq *txq); | 1374 | struct ath5k_txq *txq); |
1375 | int ath5k_init_hw(struct ath5k_hw *ah); | 1375 | int ath5k_start(struct ieee80211_hw *hw); |
1376 | int ath5k_stop_hw(struct ath5k_hw *ah); | 1376 | void ath5k_stop(struct ieee80211_hw *hw); |
1377 | void ath5k_mode_setup(struct ath5k_hw *ah, struct ieee80211_vif *vif); | 1377 | void ath5k_mode_setup(struct ath5k_hw *ah, struct ieee80211_vif *vif); |
1378 | void ath5k_update_bssid_mask_and_opmode(struct ath5k_hw *ah, | 1378 | void ath5k_update_bssid_mask_and_opmode(struct ath5k_hw *ah, |
1379 | struct ieee80211_vif *vif); | 1379 | struct ieee80211_vif *vif); |