diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-05-12 15:11:53 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-05-12 15:11:53 +0000 |
| commit | 60807f5b813c9c7e18f54d919b7f1396f8c8d2b0 (patch) | |
| tree | 67b04714a6020f1b23987c30e1da1b3a9b9ac535 /sys/dev/bwi | |
| parent | 7b1d17a1bcafbf98cf50588beb0e3c6c8981a0bf (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwi')
| -rw-r--r-- | sys/dev/bwi/bwimac.c | 1 | ||||
| -rw-r--r-- | sys/dev/bwi/bwiphy.c | 1 | ||||
| -rw-r--r-- | sys/dev/bwi/bwirf.c | 1 | ||||
| -rw-r--r-- | sys/dev/bwi/if_bwi.c | 1 | ||||
| -rw-r--r-- | sys/dev/bwi/if_bwi_pci.c | 2 |
5 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/bwi/bwimac.c b/sys/dev/bwi/bwimac.c index c48d9c3a8579..703da7a71cba 100644 --- a/sys/dev/bwi/bwimac.c +++ b/sys/dev/bwi/bwimac.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_bwi.h" +#include "opt_wlan.h" #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/bwi/bwiphy.c b/sys/dev/bwi/bwiphy.c index d817d2603447..86c7f4f74de3 100644 --- a/sys/dev/bwi/bwiphy.c +++ b/sys/dev/bwi/bwiphy.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" +#include "opt_wlan.h" #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/bwi/bwirf.c b/sys/dev/bwi/bwirf.c index cb881eb5de3c..c10887ee66c1 100644 --- a/sys/dev/bwi/bwirf.c +++ b/sys/dev/bwi/bwirf.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_bwi.h" +#include "opt_wlan.h" #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/bwi/if_bwi.c b/sys/dev/bwi/if_bwi.c index 8db43b3af2ae..cb4805b258af 100644 --- a/sys/dev/bwi/if_bwi.c +++ b/sys/dev/bwi/if_bwi.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_bwi.h" +#include "opt_wlan.h" #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/bwi/if_bwi_pci.c b/sys/dev/bwi/if_bwi_pci.c index fdf282b4bb33..346558eac439 100644 --- a/sys/dev/bwi/if_bwi_pci.c +++ b/sys/dev/bwi/if_bwi_pci.c @@ -34,6 +34,8 @@ __FBSDID("$FreeBSD$"); * PCI/Cardbus front-end for the Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> |
