Skip to content

Commit

Permalink
ath9k: Fix chip wakeup issue
Browse files Browse the repository at this point in the history
Waking up the chip after powering it down fails sometimes.
In this case the CPU is locked for 200ms. Reduce this
interval to 10ms to avoid excessive busy looping.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith authored and John W. Linville committed Sep 23, 2009
1 parent 46fe782 commit d8caa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath9k/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
#define AH_TSF_WRITE_TIMEOUT 100 /* (us) */
#define AH_TIME_QUANTUM 10
#define AR_KEYTABLE_SIZE 128
#define POWER_UP_TIME 200000
#define POWER_UP_TIME 10000
#define SPUR_RSSI_THRESH 40

#define CAB_TIMEOUT_VAL 10
Expand Down

0 comments on commit d8caa83

Please sign in to comment.