linux/net/8021q
Eric Dumazet f7d1b9f5aa vlan: fix convertion to net_device_ops
commit 656299f706
(vlan: convert to net_device_ops) added a net_device_ops
with a NULL ndo_start_xmit field.

This gives a crash in dev_hard_start_xmit()

Fix it using two net_device_ops structures, one for hwaccel vlan,
one for non hwaccel vlan.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-25 16:45:19 -08:00
..
Kconfig
Makefile
vlan.c vlan: convert to net_device_ops 2008-11-19 22:42:41 -08:00
vlan.h
vlan_core.c
vlan_dev.c vlan: fix convertion to net_device_ops 2008-12-25 16:45:19 -08:00
vlan_gvrp.c
vlan_netlink.c
vlanproc.c
vlanproc.h