diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-06-30 14:46:31 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-30 15:00:53 -0400 |
commit | 88c1f4f6dffe66e2fed8e7e3276e091ee850bed0 (patch) | |
tree | af33d9246e53c8c30a0e00b2c91219798cfe5180 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | 92b50c4b5b01d0ba4efcff9e85f7a76b620fe789 (diff) | |
download | op-kernel-dev-88c1f4f6dffe66e2fed8e7e3276e091ee850bed0.zip op-kernel-dev-88c1f4f6dffe66e2fed8e7e3276e091ee850bed0.tar.gz |
ath9k_htc: Add LED support for AR7010
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 58f52a1..3756400 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -287,6 +287,7 @@ struct ath9k_debug { #define ATH_LED_PIN_DEF 1 #define ATH_LED_PIN_9287 8 #define ATH_LED_PIN_9271 15 +#define ATH_LED_PIN_7010 12 #define ATH_LED_ON_DURATION_IDLE 350 /* in msecs */ #define ATH_LED_OFF_DURATION_IDLE 250 /* in msecs */ |