AR5416 has 14 GPIO pins, from 0->13.

This commit is contained in:
Adrian Chadd 2011-12-26 08:21:29 +00:00
parent 404b0e8b91
commit 613f73a82d

View File

@ -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 */