[bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropriate.
Tested: * BCM4322, STA mode (11a) Sponsored by: Palm Springs
This commit is contained in:
parent
c856e546a8
commit
a9943f3dca
@ -30,6 +30,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_bwn.h"
|
||||
#include "opt_wlan.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/module.h>
|
||||
|
@ -32,8 +32,6 @@
|
||||
#ifndef __IF_BWN_DEBUG_H__
|
||||
#define __IF_BWN_DEBUG_H__
|
||||
|
||||
#define BWN_DEBUG
|
||||
|
||||
enum {
|
||||
BWN_DEBUG_XMIT = 0x00000001, /* basic xmit operation */
|
||||
BWN_DEBUG_RECV = 0x00000002, /* basic recv operation */
|
||||
|
@ -30,6 +30,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_bwn.h"
|
||||
#include "opt_wlan.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/bus.h>
|
||||
|
@ -31,6 +31,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_bwn.h"
|
||||
#include "opt_wlan.h"
|
||||
|
||||
/*
|
||||
* The Broadcom Wireless LAN controller driver.
|
||||
*/
|
||||
|
@ -30,6 +30,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_bwn.h"
|
||||
#include "opt_wlan.h"
|
||||
|
||||
/*
|
||||
* The Broadcom Wireless LAN controller driver.
|
||||
*/
|
||||
|
@ -30,6 +30,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_bwn.h"
|
||||
#include "opt_wlan.h"
|
||||
|
||||
/*
|
||||
* The Broadcom Wireless LAN controller driver.
|
||||
*/
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user