From: Stephen Hemminger Date: Fri, 1 Jun 2007 16:43:57 +0000 (-0700) Subject: VLAN: kill_vid is only useful for VLAN filtering devices X-Git-Tag: v2.6.22-rc4~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d1acdb6a632486be9a731f40c68980c09f0490;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed