svn commit: r253868 - head/sys/dev/iwn

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


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

Log:
  Now that conf/options knows about if_iwn.h, add it to if_iwn.c.
  
  This allows for IWN_DEBUG (and maybe more stuff later) to be a build
  time configure option.

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c	Thu Aug  1 21:50:13 2013	(r253867)
+++ head/sys/dev/iwn/if_iwn.c	Thu Aug  1 21:50:50 2013	(r253868)
@@ -27,6 +27,7 @@
 __FBSDID("$FreeBSD$");
 
 #include "opt_wlan.h"
+#include "opt_iwn.h"
 
 #include <sys/param.h>
 #include <sys/sockio.h>


More information about the svn-src-head mailing list