svn commit: r299985 - head/sys/dev/bwn

Adrian Chadd adrian at FreeBSD.org
Mon May 16 22:57:38 UTC 2016


Author: adrian
Date: Mon May 16 22:57:36 2016
New Revision: 299985
URL: https://svnweb.freebsd.org/changeset/base/299985

Log:
  [bwn] add opt_wlan.h / opt_bwn.h for build-time control
  
  This is a separate commit as I have local changes to bwn for now and
  this needs a manual merge/commit.
  
  Sponsored by:	Palm Springs

Modified:
  head/sys/dev/bwn/if_bwn.c

Modified: head/sys/dev/bwn/if_bwn.c
==============================================================================
--- head/sys/dev/bwn/if_bwn.c	Mon May 16 22:56:45 2016	(r299984)
+++ head/sys/dev/bwn/if_bwn.c	Mon May 16 22:57:36 2016	(r299985)
@@ -34,6 +34,9 @@ __FBSDID("$FreeBSD$");
  * The Broadcom Wireless LAN controller driver.
  */
 
+#include "opt_bwn.h"
+#include "opt_wlan.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>


More information about the svn-src-all mailing list