summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r--sys/pci/if_rl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 935ada9..3989577 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -1105,8 +1105,9 @@ rl_attach(dev)
ifp->if_watchdog = rl_watchdog;
ifp->if_init = rl_init;
ifp->if_baudrate = 10000000;
+ ifp->if_capabilities = IFCAP_VLAN_MTU;
ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
-
+
callout_handle_init(&sc->rl_stat_ch);
/*
OpenPOWER on IntegriCloud