mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ.
This commit is contained in:
parent
eb2c1f87f8
commit
5f9fe65d64
1 changed files with 3 additions and 1 deletions
|
|
@ -569,10 +569,12 @@ ath_sysctlattach(struct ath_softc *sc)
|
|||
SYSCTL_ADD_UINT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
|
||||
"regdomain", CTLFLAG_RD, &sc->sc_eerd, 0,
|
||||
"EEPROM regdomain code");
|
||||
#ifdef ATH_DEBUG_ALQ
|
||||
#ifdef ATH_DEBUG
|
||||
SYSCTL_ADD_QUAD(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
|
||||
"debug", CTLFLAG_RW, &sc->sc_debug,
|
||||
"control debugging printfs");
|
||||
#endif
|
||||
#ifdef ATH_DEBUG_ALQ
|
||||
SYSCTL_ADD_QUAD(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
|
||||
"ktrdebug", CTLFLAG_RW, &sc->sc_ktrdebug,
|
||||
"control debugging KTR");
|
||||
|
|
|
|||
Loading…
Reference in a new issue