On Tue, 2012-03-20 at 10:57 +0100, Jiri Pirko wrote:
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 <redacted>
Tested-by: Ben Greear <redacted>
Signed-off-by: Jiri Pirko <redacted>
---
drivers/net/ethernet/intel/e1000/e1000_main.c | 35
+++++++++++++++---------
1 files changed, 22 insertions(+), 13 deletions(-)
Thanks Jiri and Ben! I will add this to my queue.