From 44e238e0b73b5e92dbd35884ce5eccf312aa1d54 Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 23 Nov 2012 05:32:24 +0000 Subject: Implement a HAL method to set a 64 bit TSF value. TODO: implement it (and test) for the AR5210/AR5211. --- sys/dev/ath/ath_hal/ar5212/ar5212_attach.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ath/ath_hal/ar5212/ar5212_attach.c') diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c b/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c index 32b3bde..1870f94 100644 --- a/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c +++ b/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c @@ -111,6 +111,7 @@ static const struct ath_hal_private ar5212hal = {{ .ah_gpioSetIntr = ar5212GpioSetIntr, .ah_getTsf32 = ar5212GetTsf32, .ah_getTsf64 = ar5212GetTsf64, + .ah_setTsf64 = ar5212SetTsf64, .ah_resetTsf = ar5212ResetTsf, .ah_detectCardPresent = ar5212DetectCardPresent, .ah_updateMibCounters = ar5212UpdateMibCounters, -- cgit v1.1