diff options
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 e2588308e67..385b91911ab 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -1183,7 +1183,7 @@ void ath5k_unregister_leds(struct ath5k_softc *sc); | |||
1183 | int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial); | 1183 | int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial); |
1184 | int ath5k_hw_on_hold(struct ath5k_hw *ah); | 1184 | int ath5k_hw_on_hold(struct ath5k_hw *ah); |
1185 | int ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode, | 1185 | int ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode, |
1186 | struct ieee80211_channel *channel, bool change_channel); | 1186 | struct ieee80211_channel *channel, bool fast, bool skip_pcu); |
1187 | int ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val, | 1187 | int ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val, |
1188 | bool is_set); | 1188 | bool is_set); |
1189 | /* Power management functions */ | 1189 | /* Power management functions */ |
@@ -1324,7 +1324,7 @@ void ath5k_hw_set_antenna_switch(struct ath5k_hw *ah, u8 ee_mode); | |||
1324 | int ath5k_hw_set_txpower_limit(struct ath5k_hw *ah, u8 txpower); | 1324 | int ath5k_hw_set_txpower_limit(struct ath5k_hw *ah, u8 txpower); |
1325 | /* Init function */ | 1325 | /* Init function */ |
1326 | int ath5k_hw_phy_init(struct ath5k_hw *ah, struct ieee80211_channel *channel, | 1326 | int ath5k_hw_phy_init(struct ath5k_hw *ah, struct ieee80211_channel *channel, |
1327 | u8 mode, u8 ee_mode, u8 freq); | 1327 | u8 mode, u8 ee_mode, u8 freq, bool fast); |
1328 | 1328 | ||
1329 | /* | 1329 | /* |
1330 | * Functions used internaly | 1330 | * Functions used internaly |