summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-19 04:45:50 +0000
committeradrian <adrian@FreeBSD.org>2016-05-19 04:45:50 +0000
commit1f7dad64e001b63420f65106f8815c25b9ce4ba9 (patch)
treea069f3979766a438c30e0ad05fa4deab5475fd62 /sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
parente1de15df9ab7597f41c78026fa9fb8938688dc90 (diff)
downloadFreeBSD-src-1f7dad64e001b63420f65106f8815c25b9ce4ba9.zip
FreeBSD-src-1f7dad64e001b63420f65106f8815c25b9ce4ba9.tar.gz
[bwn] add opt_wlan.h and opt_bwn.h to each of the phy_n source files.
Diffstat (limited to 'sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c')
-rw-r--r--sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
index ba79431..883989b 100644
--- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
+++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
@@ -30,6 +30,9 @@ __FBSDID("$FreeBSD$");
* The Broadcom Wireless LAN controller driver.
*/
+#include "opt_wlan.h"
+#include "opt_bwn.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud