diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/reset.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/reset.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath5k/reset.c b/drivers/net/wireless/ath/ath5k/reset.c index 4154959125b6..58912cd762d9 100644 --- a/drivers/net/wireless/ath/ath5k/reset.c +++ b/drivers/net/wireless/ath/ath5k/reset.c | |||
@@ -326,7 +326,7 @@ commit: | |||
326 | * register). After this MAC and Baseband are | 326 | * register). After this MAC and Baseband are |
327 | * disabled and a full reset is needed to come | 327 | * disabled and a full reset is needed to come |
328 | * back. This way we save as much power as possible | 328 | * back. This way we save as much power as possible |
329 | * without puting the card on full sleep. | 329 | * without putting the card on full sleep. |
330 | */ | 330 | */ |
331 | int ath5k_hw_on_hold(struct ath5k_hw *ah) | 331 | int ath5k_hw_on_hold(struct ath5k_hw *ah) |
332 | { | 332 | { |
@@ -344,7 +344,7 @@ int ath5k_hw_on_hold(struct ath5k_hw *ah) | |||
344 | /* | 344 | /* |
345 | * Put chipset on warm reset... | 345 | * Put chipset on warm reset... |
346 | * | 346 | * |
347 | * Note: puting PCI core on warm reset on PCI-E cards | 347 | * Note: putting PCI core on warm reset on PCI-E cards |
348 | * results card to hang and always return 0xffff... so | 348 | * results card to hang and always return 0xffff... so |
349 | * we ingore that flag for PCI-E cards. On PCI cards | 349 | * we ingore that flag for PCI-E cards. On PCI cards |
350 | * this flag gets cleared after 64 PCI clocks. | 350 | * this flag gets cleared after 64 PCI clocks. |
@@ -400,7 +400,7 @@ int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial) | |||
400 | /* | 400 | /* |
401 | * Put chipset on warm reset... | 401 | * Put chipset on warm reset... |
402 | * | 402 | * |
403 | * Note: puting PCI core on warm reset on PCI-E cards | 403 | * Note: putting PCI core on warm reset on PCI-E cards |
404 | * results card to hang and always return 0xffff... so | 404 | * results card to hang and always return 0xffff... so |
405 | * we ingore that flag for PCI-E cards. On PCI cards | 405 | * we ingore that flag for PCI-E cards. On PCI cards |
406 | * this flag gets cleared after 64 PCI clocks. | 406 | * this flag gets cleared after 64 PCI clocks. |