diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2017-06-27 17:48:11 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2017-06-27 17:48:11 +0000 |
| commit | ea168fbc6478f7bc85313e515cec0fef6690c32c (patch) | |
| tree | 383911c9f372bb73d6e3465300c0308b2a6834f9 /sys/dev/cxgbe/iw_cxgbe | |
| parent | edc9c9cd54479ddb4256e71bd0d2f820110e4f65 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cxgbe/iw_cxgbe')
| -rw-r--r-- | sys/dev/cxgbe/iw_cxgbe/cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/iw_cxgbe/cm.c b/sys/dev/cxgbe/iw_cxgbe/cm.c index fb104a7efa85a..00dde9c0176e7 100644 --- a/sys/dev/cxgbe/iw_cxgbe/cm.c +++ b/sys/dev/cxgbe/iw_cxgbe/cm.c @@ -881,7 +881,7 @@ static int enable_tcp_window_scaling = 1; SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, enable_tcp_window_scaling, CTLFLAG_RWTUN, &enable_tcp_window_scaling, 0, "Enable tcp window scaling (default = 1)"); -int c4iw_debug = 1; +int c4iw_debug = 0; SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, c4iw_debug, CTLFLAG_RWTUN, &c4iw_debug, 0, "Enable debug logging (default = 0)"); |
