Migrate the ATH_KTR_* fields out to if_ath_debug.h .
This commit is contained in:
parent
74cba80cf0
commit
b89b88c83b
@ -116,9 +116,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <dev/ath/ath_tx99/ath_tx99.h>
|
||||
#endif
|
||||
|
||||
#define ATH_KTR_INTR KTR_SPARE4
|
||||
#define ATH_KTR_ERR KTR_SPARE3
|
||||
|
||||
/*
|
||||
* ATH_BCBUF determines the number of vap's that can transmit
|
||||
* beacons and also (currently) the number of vap's that can
|
||||
|
@ -69,6 +69,9 @@ enum {
|
||||
ATH_DEBUG_ANY = 0xffffffffffffffffULL
|
||||
};
|
||||
|
||||
#define ATH_KTR_INTR KTR_SPARE4
|
||||
#define ATH_KTR_ERR KTR_SPARE3
|
||||
|
||||
extern uint64_t ath_debug;
|
||||
|
||||
#define IFF_DUMPPKTS(sc, m) \
|
||||
|
@ -115,9 +115,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <dev/ath/ath_tx99/ath_tx99.h>
|
||||
#endif
|
||||
|
||||
#define ATH_KTR_INTR KTR_SPARE4
|
||||
#define ATH_KTR_ERR KTR_SPARE3
|
||||
|
||||
/*
|
||||
* Calculate the receive filter according to the
|
||||
* operating mode and state:
|
||||
|
Loading…
Reference in New Issue
Block a user