svn commit: r250130 - head/sys/contrib/dev/ath/ath_hal/ar9300
Adrian Chadd
adrian at FreeBSD.org
Wed May 1 01:50:33 UTC 2013
Author: adrian
Date: Wed May 1 01:50:33 2013
New Revision: 250130
URL: http://svnweb.freebsd.org/changeset/base/250130
Log:
Disable TXCONT, it's not here in FreeBSD.
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c
Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c Wed May 1 01:49:00 2013 (r250129)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c Wed May 1 01:50:33 2013 (r250130)
@@ -1185,9 +1185,11 @@ ar9300_get_diag_state(struct ath_hal *ah
ar9300_ani_control(
ah, ((const u_int32_t *)args)[0], ((const u_int32_t *)args)[1]);
return AH_TRUE;
+#if 0
case HAL_DIAG_TXCONT:
/*AR9300_CONTTXMODE(ah, (struct ath_desc *)args, argsize );*/
return AH_TRUE;
+#endif /* 0 */
#endif /* AH_PRIVATE_DIAG */
case HAL_DIAG_CHANNELS:
#if 0
More information about the svn-src-head
mailing list