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_ */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to