]> git.karo-electronics.de Git - karo-tx-linux.git/commit
e1000: fix vlan processing regression
authorJiri Pirko <jpirko@redhat.com>
Tue, 20 Mar 2012 18:10:01 +0000 (18:10 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 May 2012 16:32:03 +0000 (09:32 -0700)
commitc820fc19273c7be987fd0e0963311fbf53b484bf
treed67f6728b7017119d17f3cbc28125c6c5cb2bb1a
parent3cb41a56a8dbe5df16c1a6e451dfaef6c387ead5
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 <greearb@candelatech.com>
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>
Cc: David Ward <david.ward@ll.mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/intel/e1000/e1000_main.c