From: Alexander Duyck Date: Fri, 26 Aug 2011 07:46:08 +0000 (+0000) Subject: igb: fix recent VLAN changes that would leave VLANs disabled after reset X-Git-Tag: v3.2-rc1~129^2~105^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5faf030c9b6cc48c33301b4f3341f2b5c374f6b5;p=pandora-kernel.git igb: fix recent VLAN changes that would leave VLANs disabled after reset This patch cleans up several issues with VLANs on igb after the recent changes that were meant to leave the VLANs enabled/disable via the netdev->features flags. Specifically the Rx VLAN settings were being dropped after reset due to the fact that they were not being restored correctly. In addition I removed the IRQ disable/enable since those were in place to protect the setting of vlgrp. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed