CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/26 22:46:03
Modified files:
sys/net : if_vlan.c if_vlan_var.h
Log message:
move the struct ifvlan (the vlan softc) definition into if_vlan.c.
nothing needs to see inside it, so it can move. the next steps are
to rename it to vlan_softc and all the variables to sc to make the
driver move consistent with the rest of the tree.
ok visa@ mpi@
