remove ar5416GetTsf32
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index 947e9a02a8342d26804420d7ee792fda1837eb56..c58aac91983906a2b9cb312d978403764f33beda 100644 (file)
@@ -65,7 +65,6 @@ static const struct ath_hal_private ar5416hal_10 = {{
                .ah_abortTxDma          = ar5416AbortTxDma,
 
                /* Misc Functions */
-               .ah_getTsf32            = ar5416GetTsf32,
                .ah_getTsf64            = ar5416GetTsf64,
                .ah_resetTsf            = ar5416ResetTsf,
                .ah_setRxFilter         = ar5416SetRxFilter,
@@ -299,11 +298,6 @@ u_int64_t ar5416GetTsf64(struct ath_hal *ah)
         return tsf;
 }
 
-a_uint32_t ar5416GetTsf32(struct ath_hal *ah)
-{
-        return OS_REG_READ(ah, AR_TSF_L32);
-}
-
 void ar5416ResetTsf(struct ath_hal *ah)
 {
        a_int32_t count;