alistair23-linux/net/8021q
Stephen Hemminger d2d1acdb6a VLAN: kill_vid is only useful for VLAN filtering devices
The interface for network device VLAN extension was confusing.
The kill_vid function is only really useful for devices that do
hardware filtering. Devices that only do VLAN receiption without
filtering were being forced to provide the hook, and there were
bugs in those devices.

Many drivers had kill_vid routine that called vlan_group_set_device, with
NULL, but that is done already.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-06-03 11:44:19 -04:00
..
Kconfig
Makefile
vlan.c VLAN: kill_vid is only useful for VLAN filtering devices 2007-06-03 11:44:19 -04:00
vlan.h
vlan_dev.c [NET]: cleanup extra semicolons 2007-04-25 22:29:24 -07:00
vlanproc.c [NET]: Rework dev_base via list_head (v3) 2007-05-03 15:13:45 -07:00
vlanproc.h