Add missing getCapability call for AR5416.

This commit is contained in:
Adrian Chadd 2011-01-21 07:26:53 +00:00
parent a5314ffdf0
commit 25580e3f63

View File

@ -110,6 +110,7 @@ ar5416InitState(struct ath_hal_5416 *ahp5416, uint16_t devid, HAL_SOFTC sc,
ah->ah_procMibEvent = ar5416ProcessMibIntr,
/* Misc Functions */
ah->ah_getCapability = ar5416GetCapability;
ah->ah_getDiagState = ar5416GetDiagState;
ah->ah_setLedState = ar5416SetLedState;
ah->ah_gpioCfgOutput = ar5416GpioCfgOutput;