From 25580e3f63ffc66dc77f69e355f68f070f698e39 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 21 Jan 2011 07:26:53 +0000 Subject: [PATCH] Add missing getCapability call for AR5416. --- sys/dev/ath/ath_hal/ar5416/ar5416_attach.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c index 8962cdf4b625..ebb07b7c492d 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c @@ -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;