From 3118fac37004ccc0efaca91c0d65899aba5248d3 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 7 Feb 2011 17:04:31 +0000 Subject: [PATCH] Fix typo in SIFS setup --- sys/dev/ath/ath_hal/ar5212/ar5212_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c b/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c index e464f97b278..5af2225e39d 100644 --- a/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c +++ b/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c @@ -451,7 +451,7 @@ ar5212SetSifsTime(struct ath_hal *ah, u_int us) } else { /* convert to system clocks */ OS_REG_WRITE(ah, AR_D_GBL_IFS_SIFS, ath_hal_mac_clks(ah, us-2)); - ahp->ah_slottime = us; + ahp->ah_sifstime = us; return AH_TRUE; } }