diff options
author | Jiri Slaby <jslaby@suse.cz> | 2013-02-25 09:36:48 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-06 16:24:27 -0500 |
commit | 188741731ce1148c0f8ab63ff41c81ce56ac1e74 (patch) | |
tree | f57abfcbcc21ba18e04f1766ced0f33efd7b8379 /drivers/net/wireless/ath/ath5k/ath5k.h | |
parent | cd3d03d596a4d8b31fcec40120472ea518d8232e (diff) |
ath5k: cleanup channel to eprom_mode function
Stop returning negative values from ath5k_eeprom_mode_from_channel.
Yell loudly about that case in that function instead and return the
default/zero/mode A. This cleans up the callers, but needs to pass ah
down to ath5k_eeprom_mode_from_channel for ATH5K_WARN. For that
purpose we also need the declaration to be moved to ath5k.h.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Nick Kossifidis <mickflemm@gmail.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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index 3150def17193..2d691b8b95b9 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -1523,7 +1523,8 @@ int ath5k_hw_dma_stop(struct ath5k_hw *ah); | |||
1523 | /* EEPROM access functions */ | 1523 | /* EEPROM access functions */ |
1524 | int ath5k_eeprom_init(struct ath5k_hw *ah); | 1524 | int ath5k_eeprom_init(struct ath5k_hw *ah); |
1525 | void ath5k_eeprom_detach(struct ath5k_hw *ah); | 1525 | void ath5k_eeprom_detach(struct ath5k_hw *ah); |
1526 | 1526 | int ath5k_eeprom_mode_from_channel(struct ath5k_hw *ah, | |
1527 | struct ieee80211_channel *channel); | ||
1527 | 1528 | ||
1528 | /* Protocol Control Unit Functions */ | 1529 | /* Protocol Control Unit Functions */ |
1529 | /* Helpers */ | 1530 | /* Helpers */ |