svn commit: r253867 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Thu Aug 1 21:50:13 UTC 2013


Author: adrian
Date: Thu Aug  1 21:50:13 2013
New Revision: 253867
URL: http://svnweb.freebsd.org/changeset/base/253867

Log:
  Add IWN_DEBUG as an option for if_iwn.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Thu Aug  1 21:45:30 2013	(r253866)
+++ head/sys/conf/options	Thu Aug  1 21:50:13 2013	(r253867)
@@ -829,6 +829,9 @@ MWL_DIAGAPI		opt_mwl.h
 MWL_AGGR_SIZE		opt_mwl.h
 MWL_TX_NODROP		opt_mwl.h
 
+# Options for the Intel 802.11n wireless driver
+IWN_DEBUG		opt_iwn.h
+
 # dcons options 
 DCONS_BUF_SIZE		opt_dcons.h
 DCONS_POLL_HZ		opt_dcons.h


More information about the svn-src-all mailing list