Re-enable VLAN_MTU capability for this driver. (Got reverted when

I pulled out the C+/8169 bits.)
This commit is contained in:
Bill Paul 2003-09-11 04:05:01 +00:00
parent 9bac70b851
commit 5c75626b05

View File

@ -1106,6 +1106,7 @@ rl_attach(dev)
ifp->if_init = rl_init;
ifp->if_baudrate = 10000000;
ifp->if_capabilities = IFCAP_VLAN_MTU;
ifp->if_capenable = ifp->if_capabilities;
ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
callout_handle_init(&sc->rl_stat_ch);