svn commit: r219772 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Sat Mar 19 14:37:13 UTC 2011


Author: adrian
Date: Sat Mar 19 14:37:13 2011
New Revision: 219772
URL: http://svn.freebsd.org/changeset/base/219772

Log:
  Reserve a new diagnostic code for the channel survey code I'll add soon.

Modified:
  head/sys/dev/ath/ath_hal/ah_diagcodes.h

Modified: head/sys/dev/ath/ath_hal/ah_diagcodes.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_diagcodes.h	Sat Mar 19 03:15:28 2011	(r219771)
+++ head/sys/dev/ath/ath_hal/ah_diagcodes.h	Sat Mar 19 14:37:13 2011	(r219772)
@@ -62,6 +62,7 @@ enum {
 	HAL_DIAG_ANI_PARAMS	= 31,	/* ANI noise immunity parameters */
 	HAL_DIAG_CHECK_HANGS	= 32,	/* check h/w hangs */
 	HAL_DIAG_SETREGS	= 33,	/* write registers */
+	HAL_DIAG_CHANSURVEY	= 34,	/* channel survey */
 };
 
 #endif /* _ATH_AH_DIAGCODES_H_ */


More information about the svn-src-head mailing list