From: Stephen Hemminger Date: Fri, 1 Jun 2007 16:43:58 +0000 (-0700) Subject: sky2: Fix VLAN unregistration X-Git-Tag: v2.6.22-rc4~10^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4e66f5cd217160da9c3a2e3ec27b22e743bd25;p=pandora-kernel.git sky2: Fix VLAN unregistration Fix sky2 disabling VLAN completely when the first vid is unregistered. sky2 disables VLAN completely when the first VID is unregistered. It should instead disable VLAN when the group is unregistered by calling sky2_vlan_rx_register with grp = NULL. Signed-off-by: Patrick McHardy Signed-off-by: Stephen Hemminger drivers/net/sky2.c | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed