ar5416_hw.c: remove ar5416GetCapability
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index dfa34fd7449cea3420a6b93533cdcc15e231f99c..2cf28927c70349bec7e24ee4eb419de98b9e498a 100644 (file)
@@ -67,7 +67,6 @@ static const struct ath_hal_private ar5416hal_10 = {{
                .ah_abortTxDma          = ar5416AbortTxDma,
 
                /* Misc Functions */
-               .ah_getCapability       = ar5416GetCapability,
                .ah_getTsf32            = ar5416GetTsf32,
                .ah_getTsf64            = ar5416GetTsf64,
                .ah_resetTsf            = ar5416ResetTsf,
@@ -288,17 +287,6 @@ ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints)
        return omask;
 }
 
-/****************/
-/* Capabilities */
-/****************/
-
-HAL_STATUS ar5416GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type,
-                              a_uint32_t capability, a_uint32_t *result)
-
-{
-       return ath_hal_getcapability(ah, type, capability, result);
-}
-
 /****************/
 /* TSF Handling */
 /****************/