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
@ -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…
x
Reference in New Issue
Block a user