diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2004-01-07 19:05:35 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2004-01-07 19:05:35 +0000 |
| commit | f3be79561f6d002204fce97d894192184f41bb8c (patch) | |
| tree | a829d2d5b346cf8098195d2c61fd04d7949a25e3 | |
| parent | 8c0370b75d57e2fa51aa55e20d64399964a61b90 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ath/if_ath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 034e302a1c66..3e4a39991884 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -162,6 +162,7 @@ SYSCTL_INT(_hw_ath, OID_AUTO, regdomain, CTLFLAG_RD, &ath_regdomain, int ath_debug = 0; SYSCTL_INT(_hw_ath, OID_AUTO, debug, CTLFLAG_RW, &ath_debug, 0, "control debugging printfs"); +TUNABLE_INT("hw.ath.debug", &ath_debug); #define IFF_DUMPPKTS(_ifp, _m) \ ((ath_debug & _m) || \ ((_ifp)->if_flags & (IFF_DEBUG|IFF_LINK2)) == (IFF_DEBUG|IFF_LINK2)) |
