diff options
author | Pavel Roskin <proski@gnu.org> | 2011-07-09 00:17:51 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-11 15:02:16 -0400 |
commit | 6a2a0e738225fc9ec063f84b79f0adf5c0ed176c (patch) | |
tree | 7892d9205e350b35325e21304b855737d61fbd26 /drivers/net/wireless/ath/ath5k/attach.c | |
parent | 86fbe17d7f0856f4111e1ceaf3f5c399315fb4e7 (diff) |
ath5k: fix typos, bad comment formatting and GHz in place of MHz
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/attach.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/attach.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/attach.c b/drivers/net/wireless/ath/ath5k/attach.c index d6fbb57a5d98..14dc52e4b50a 100644 --- a/drivers/net/wireless/ath/ath5k/attach.c +++ b/drivers/net/wireless/ath/ath5k/attach.c | |||
@@ -244,7 +244,7 @@ int ath5k_hw_init(struct ath5k_softc *sc) | |||
244 | } | 244 | } |
245 | 245 | ||
246 | 246 | ||
247 | /* Return on unsuported chips (unsupported eeprom etc) */ | 247 | /* Return on unsupported chips (unsupported eeprom etc) */ |
248 | if ((srev >= AR5K_SREV_AR5416) && (srev < AR5K_SREV_AR2425)) { | 248 | if ((srev >= AR5K_SREV_AR5416) && (srev < AR5K_SREV_AR2425)) { |
249 | ATH5K_ERR(sc, "Device not yet supported.\n"); | 249 | ATH5K_ERR(sc, "Device not yet supported.\n"); |
250 | ret = -ENODEV; | 250 | ret = -ENODEV; |
@@ -285,7 +285,7 @@ int ath5k_hw_init(struct ath5k_softc *sc) | |||
285 | ath5k_hw_reg_write(ah, 0x28000039, AR5K_PCIE_SERDES); | 285 | ath5k_hw_reg_write(ah, 0x28000039, AR5K_PCIE_SERDES); |
286 | ath5k_hw_reg_write(ah, 0x53160824, AR5K_PCIE_SERDES); | 286 | ath5k_hw_reg_write(ah, 0x53160824, AR5K_PCIE_SERDES); |
287 | 287 | ||
288 | /* If serdes programing is enabled, increase PCI-E | 288 | /* If serdes programming is enabled, increase PCI-E |
289 | * tx power for systems with long trace from host | 289 | * tx power for systems with long trace from host |
290 | * to minicard connector. */ | 290 | * to minicard connector. */ |
291 | if (ee->ee_serdes) | 291 | if (ee->ee_serdes) |