From 1f7dad64e001b63420f65106f8815c25b9ce4ba9 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 19 May 2016 04:45:50 +0000 Subject: [bwn] add opt_wlan.h and opt_bwn.h to each of the phy_n source files. --- sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c | 3 +++ sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c | 2 ++ sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c | 3 +++ sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c | 3 +++ sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c | 3 +++ sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c | 3 +++ 6 files changed, 17 insertions(+) diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c index 36b7823..3f44214 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c @@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" + #include #include #include diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c index c2bc17c..5545031 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c @@ -29,6 +29,8 @@ __FBSDID("$FreeBSD$"); /* * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" #include #include 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 #include #include diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c index ed85304..f22ed1a 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c @@ -30,6 +30,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" + #include #include #include diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c index f3b9c57..cbb6d91 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c @@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" + #include #include #include diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c index 9b7076c..f22551c 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c @@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h' + #include #include #include -- cgit v1.1