summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_run.c
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-01-05 15:04:17 +0000
committerhselasky <hselasky@FreeBSD.org>2015-01-05 15:04:17 +0000
commit47174a10af396376ae849d4e131d38c066b9a4b9 (patch)
treec1152c2b0c9d6cf7f22690226efd82915c361ef0 /sys/dev/usb/wlan/if_run.c
parent266f3b9335f8efbe15bf385fa09271ae1211f08c (diff)
downloadFreeBSD-src-47174a10af396376ae849d4e131d38c066b9a4b9.zip
FreeBSD-src-47174a10af396376ae849d4e131d38c066b9a4b9.tar.gz
Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can
be set before the USB device(s) are probed.
Diffstat (limited to 'sys/dev/usb/wlan/if_run.c')
-rw-r--r--sys/dev/usb/wlan/if_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c
index d27f33a..3112ce5 100644
--- a/sys/dev/usb/wlan/if_run.c
+++ b/sys/dev/usb/wlan/if_run.c
@@ -84,7 +84,7 @@ __FBSDID("$FreeBSD$");
#ifdef RUN_DEBUG
int run_debug = 0;
static SYSCTL_NODE(_hw_usb, OID_AUTO, run, CTLFLAG_RW, 0, "USB run");
-SYSCTL_INT(_hw_usb_run, OID_AUTO, debug, CTLFLAG_RW, &run_debug, 0,
+SYSCTL_INT(_hw_usb_run, OID_AUTO, debug, CTLFLAG_RWTUN, &run_debug, 0,
"run debug level");
#endif
OpenPOWER on IntegriCloud