mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cxgbe/iw_cxgbe: Disable debug output by default. The help text for the sysctl
already says that the default is 0. Sponsored by: Chelsio Communications
This commit is contained in:
parent
edc9c9cd54
commit
ea168fbc64
1 changed files with 1 additions and 1 deletions
|
|
@ -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)");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue