From: Jiri Pirko Date: Tue, 20 Mar 2012 18:10:01 +0000 (+0000) Subject: e1000: fix vlan processing regression X-Git-Tag: v3.2.33~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48980d0eff084cc9ec51df85d655739c235668d;p=pandora-kernel.git e1000: fix vlan processing regression commit 52f5509fe8ccb607ff9b84ad618f244262336475 upstream. This patch fixes a regression introduced by commit "e1000: do vlan cleanup (799d531)". Apparently some e1000 chips (not mine) are sensitive about the order of setting vlan filter and vlan stripping/inserting functionality. So this patch changes the order so it's the same as before vlan cleanup. Reported-by: Ben Greear Signed-off-by: Jiri Pirko Tested-by: Ben Greear Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher [Jonathan Nieder: It doesn't apply cleanly to kernels before v3.3-rc1~182^2~581 (net: introduce and use netdev_features_t for device features sets) but a backport is straightforward.] Signed-off-by: Jonathan Nieder Tested-by: Andrey Jr. Melnikov Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed