diff options
| author | David Christensen <davidch@FreeBSD.org> | 2012-05-08 22:38:46 +0000 |
|---|---|---|
| committer | David Christensen <davidch@FreeBSD.org> | 2012-05-08 22:38:46 +0000 |
| commit | ac6af58f22f0c0fd3fd1a38696eb8476989ffaa5 (patch) | |
| tree | 97fd1127bcf3809deb8ea38b03dd857fea823666 /sys/dev/bce | |
| parent | 335181759e1ca72e0c5103ca8cc2e5ffd6f500eb (diff) | |
Notes
Diffstat (limited to 'sys/dev/bce')
| -rw-r--r-- | sys/dev/bce/if_bce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 3695579f363fd..263c832a89741 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -527,7 +527,7 @@ SYSCTL_UINT(_hw_bce, OID_AUTO, hdr_split, CTLFLAG_RDTUN, &bce_hdr_split, 0, /* Allowable values are TRUE or FALSE. */ static int bce_strict_rx_mtu = FALSE; TUNABLE_INT("hw.bce.strict_rx_mtu", &bce_strict_rx_mtu); -SYSCTL_UINT(_hw_bce, OID_AUTO, loose_rx_mtu, CTLFLAG_RDTUN, +SYSCTL_UINT(_hw_bce, OID_AUTO, strict_rx_mtu, CTLFLAG_RDTUN, &bce_strict_rx_mtu, 0, "Enable/Disable strict RX frame size checking"); |
