CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/09 11:40:13
Modified files:
sys/dev/pci : if_oce.c if_ocevar.h
Log message:
To be able to receive ethernet packets with VLAN tags oce_set_promisc
should not disable VLAN promiscuous mode set up by oce_config_vlan.
Move VLAN and Flow Control configuration to oce_init so that it would
be rerun every time we plumb the interface.
