]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000: fix vlan processing regression
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 04:49:16 +0000 (12:49 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 04:49:16 +0000 (12:49 +0800)
commitb981dcf16af2b3f9cb1dc9a8f0e0d7c0ad5d2402
treede515fb2a02d34c0af003c43f8b6b217a70484b2
parente9e3d1a89e478169c5f5a71bd2760b5ad2e92c6e
e1000: fix vlan processing regression

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 <greearb@candelatech.com>
(backported from commit 52f5509fe8ccb607ff9b84ad618f244262336475)
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Tested-by: Ben Greear <greearb@candelatech.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000/e1000_main.c