svn commit: r218409 - head/sys/dev/ath/ath_hal/ar5212

Adrian Chadd adrian at FreeBSD.org
Mon Feb 7 17:04:31 UTC 2011


Author: adrian
Date: Mon Feb  7 17:04:31 2011
New Revision: 218409
URL: http://svn.freebsd.org/changeset/base/218409

Log:
  Fix typo in SIFS setup

Modified:
  head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c

Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c	Mon Feb  7 17:03:41 2011	(r218408)
+++ head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c	Mon Feb  7 17:04:31 2011	(r218409)
@@ -451,7 +451,7 @@ ar5212SetSifsTime(struct ath_hal *ah, u_
 	} 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;
 	}
 }


More information about the svn-src-all mailing list