Re-enable VLAN_MTU capability for this driver. (Got reverted when
I pulled out the C+/8169 bits.)
This commit is contained in:
parent
9bac70b851
commit
5c75626b05
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user