diff options
author | Rajkumar Manoharan <rmanoharan@atheros.com> | 2011-03-15 10:25:35 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-30 14:15:11 -0400 |
commit | 6d64ab7f9240e3201fde3fd16ce4227bd795d2ab (patch) | |
tree | a51ef421c92a796ca43e747011be745982f279ad | |
parent | 22dd2fd283ea96b4d45185d3e861ef46005082f4 (diff) |
ath9k_htc: Fix LED pin for AR9287 HTC device
Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 753a245c5ad1..ec47be94b74f 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h | |||
@@ -328,7 +328,7 @@ struct ath9k_debug { | |||
328 | #endif /* CONFIG_ATH9K_HTC_DEBUGFS */ | 328 | #endif /* CONFIG_ATH9K_HTC_DEBUGFS */ |
329 | 329 | ||
330 | #define ATH_LED_PIN_DEF 1 | 330 | #define ATH_LED_PIN_DEF 1 |
331 | #define ATH_LED_PIN_9287 8 | 331 | #define ATH_LED_PIN_9287 10 |
332 | #define ATH_LED_PIN_9271 15 | 332 | #define ATH_LED_PIN_9271 15 |
333 | #define ATH_LED_PIN_7010 12 | 333 | #define ATH_LED_PIN_7010 12 |
334 | #define ATH_LED_ON_DURATION_IDLE 350 /* in msecs */ | 334 | #define ATH_LED_ON_DURATION_IDLE 350 /* in msecs */ |