mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Setting hw.cs.recv_delay should set the delay, not the ignore the
eeprom checksum.
This commit is contained in:
parent
c11c59dc42
commit
ad787127cf
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ SYSCTL_INT(_hw_cs, OID_AUTO, ignore_checksum_failure, CTLFLAG_RW,
|
|||
"ignore checksum errors in cs card EEPROM");
|
||||
|
||||
static int cs_recv_delay = 570;
|
||||
TUNABLE_INT("hw.cs.recv_delay", &cs_ignore_cksum_failure);
|
||||
TUNABLE_INT("hw.cs.recv_delay", &cs_recv_delay);
|
||||
SYSCTL_INT(_hw_cs, OID_AUTO, recv_delay, CTLFLAG_RW, &cs_recv_delay, 570, "");
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue