X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fwlan%2Far5416_hw.c;h=c58aac91983906a2b9cb312d978403764f33beda;hb=1be620eb3f11e36671afcc210af4b01117d03eec;hp=947e9a02a8342d26804420d7ee792fda1837eb56;hpb=7eab2c62190edff3a8a77414eb7f908b585eeb78;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/wlan/ar5416_hw.c b/target_firmware/wlan/ar5416_hw.c index 947e9a0..c58aac9 100644 --- a/target_firmware/wlan/ar5416_hw.c +++ b/target_firmware/wlan/ar5416_hw.c @@ -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;