diff options
author | David S. Miller <davem@davemloft.net> | 2010-07-02 02:34:14 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-02 02:34:14 +0200 |
commit | 05318bc905467237d4aa68a701f6e92a2b332218 (patch) | |
tree | 3b7577383bca50aeb442568aa16cf8f2167b8694 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | x86: Align skb w/ start of cacheline on newer core 2/Xeon Arch (diff) | |
parent | ath9k_htc: Add LED support for AR7010 (diff) | |
download | linux-05318bc905467237d4aa68a701f6e92a2b332218.tar.xz linux-05318bc905467237d4aa68a701f6e92a2b332218.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Conflicts:
drivers/net/wireless/libertas/host.h
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 58f52a1dc7ea..3756400e6bf9 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 */ |