From: Stephen Hemminger Date: Fri, 1 Jun 2007 16:43:59 +0000 (-0700) Subject: 8139cp: fix VLAN unregistration X-Git-Tag: v2.6.22-rc4~10^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b332244a63dc1f408fd2ebb2636d58ac69a4916;p=pandora-kernel.git 8139cp: fix VLAN unregistration The 8139cp driver did VLAN unregistration incorrectly. It disables VLAN completely when the first VID is unregistered. It should instead disable VLAN when the group is unregistered by calling cp_vlan_rx_register with a NULL grp. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed