summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athnreg.h
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2009-11-15 14:04:03 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2009-11-15 14:04:03 +0000
commit9fb43e3df4f7129d8df3b814baede2c7e1656f11 (patch)
tree3537a079a19dc8d4a031aab08c1576b8a7a07e1f /sys/dev/ic/athnreg.h
parent6446a2b9afe587bc50d6aacd613e231aa0114d90 (diff)
AR9287 uses GPIO pin 8 for LED, not 1.
Turn link LED on while associated.
Diffstat (limited to 'sys/dev/ic/athnreg.h')
-rw-r--r--sys/dev/ic/athnreg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/athnreg.h b/sys/dev/ic/athnreg.h
index f5ef1e222ce..6cbe50c0068 100644
--- a/sys/dev/ic/athnreg.h
+++ b/sys/dev/ic/athnreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: athnreg.h,v 1.2 2009/11/14 20:54:57 damien Exp $ */
+/* $OpenBSD: athnreg.h,v 1.3 2009/11/15 14:04:02 damien Exp $ */
/*-
* Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -2141,7 +2141,6 @@ struct ar_rx_desc {
#define AR_KEYTABLE_SIZE 128
/* GPIO pins. */
-#define AR_GPIO_LED_PIN 1
#define AR_GPIO_WLANACTIVE_PIN 5
#define AR_GPIO_BTACTIVE_PIN 6
#define AR_GPIO_BTPRIORITY_PIN 7