mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
[bwn] add opt_wlan.h and opt_bwn.h to each of the phy_n source files.
This commit is contained in:
parent
a5d89c93cc
commit
d06fe9105e
6 changed files with 17 additions and 0 deletions
|
|
@ -31,6 +31,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>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ __FBSDID("$FreeBSD$");
|
|||
/*
|
||||
* The Broadcom Wireless LAN controller driver.
|
||||
*/
|
||||
#include "opt_wlan.h"
|
||||
#include "opt_bwn.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,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>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue