Date: Mon, 24 Feb 2014 02:13:21 +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: r262421 - head/sys/dev/iwn Message-ID: <201402240213.s1O2DL0X056279@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Mon Feb 24 02:13:20 2014 New Revision: 262421 URL: http://svnweb.freebsd.org/changeset/base/262421 Log: Reserve a bit for statistics debugging. I'll hopefully use it soon. Modified: head/sys/dev/iwn/if_iwn_debug.h Modified: head/sys/dev/iwn/if_iwn_debug.h ============================================================================== --- head/sys/dev/iwn/if_iwn_debug.h Mon Feb 24 01:41:58 2014 (r262420) +++ head/sys/dev/iwn/if_iwn_debug.h Mon Feb 24 02:13:20 2014 (r262421) @@ -43,6 +43,7 @@ enum { IWN_DEBUG_TXRATE = 0x00002000, /* TX rate debugging */ IWN_DEBUG_PWRSAVE = 0x00004000, /* Power save operations */ IWN_DEBUG_SCAN = 0x00008000, /* Scan related operations */ + IWN_DEBUG_STATS = 0x00010000, /* Statistics updates */ IWN_DEBUG_REGISTER = 0x20000000, /* print chipset register */ IWN_DEBUG_TRACE = 0x40000000, /* Print begin and start driver function */ IWN_DEBUG_FATAL = 0x80000000, /* fatal errors */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402240213.s1O2DL0X056279>