diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2016-09-01 01:08:18 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2016-09-01 01:08:18 +0000 |
| commit | ff9b61ca075659efd790dd8109b4680f2ac8ea61 (patch) | |
| tree | d0e7ca828fa795721caef3bfa0cf92c158895eb8 /sys/dev/netmap | |
| parent | a9feb2cdbb612b58e2d5b31c2732d484e3481228 (diff) | |
Notes
Diffstat (limited to 'sys/dev/netmap')
| -rw-r--r-- | sys/dev/netmap/if_ixl_netmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/netmap/if_ixl_netmap.h b/sys/dev/netmap/if_ixl_netmap.h index f7e7baaf6bc2c..2c7f9be541b3a 100644 --- a/sys/dev/netmap/if_ixl_netmap.h +++ b/sys/dev/netmap/if_ixl_netmap.h @@ -71,7 +71,6 @@ SYSCTL_DECL(_dev_netmap); /* * The xl driver by default strips CRCs and we do not override it. */ -int ixl_rx_miss, ixl_rx_miss_bufs, ixl_crcstrip = 1; #if 0 SYSCTL_INT(_dev_netmap, OID_AUTO, ixl_crcstrip, CTLFLAG_RW, &ixl_crcstrip, 1, "strip CRC on rx frames"); |
