From cff3739e21cf55258783cfc7f925ad0c0257f06a Mon Sep 17 00:00:00 2001 From: adrian Date: Mon, 26 Dec 2011 08:21:29 +0000 Subject: [PATCH] AR5416 has 14 GPIO pins, from 0->13. --- sys/dev/ath/ath_hal/ar5416/ar5416_attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c index 988102a9a473..940b516aeea5 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c @@ -865,7 +865,7 @@ ar5416FillCapabilityInfo(struct ath_hal *ah) ; pCap->halFastCCSupport = AH_TRUE; - pCap->halNumGpioPins = 6; + pCap->halNumGpioPins = 14; pCap->halWowSupport = AH_FALSE; pCap->halWowMatchPatternExact = AH_FALSE; pCap->halBtCoexSupport = AH_FALSE; /* XXX need support */