Date: Sat, 19 Mar 2011 14:37:13 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r219772 - head/sys/dev/ath/ath_hal Message-ID: <201103191437.p2JEbDUx025826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103191437.p2JEbDUx025826>