From: Carolyn Wyborny Date: Fri, 18 May 2012 02:07:53 +0000 (+0000) Subject: igb: Fix incorrect RAR address entries for i210/i211 device. X-Git-Tag: v3.5-rc5~17^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc0fa413917bd973469560388446c52ce43b995;p=pandora-kernel.git igb: Fix incorrect RAR address entries for i210/i211 device. i210/i211 device has only 16 RAR address filters like 82575, instead of 32 like i350. This patch removes the entries for i210/i211 in the get_invariants function which was setting them for 32. This ensures that they will get the default value which is the correct one. Signed-off-by: Carolyn Wyborny Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed