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

This commit is contained in:
adrian 2011-12-26 08:21:29 +00:00
parent 5c14f25447
commit cff3739e21

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