]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Fix incorrect RAR address entries for i210/i211 device.
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Fri, 18 May 2012 02:07:53 +0000 (02:07 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 20 Jun 2012 07:50:54 +0000 (00:50 -0700)
commit90e5b3900d480b61a48b4440e9fd5c0efc433f0d
tree23555238297c34e96bd9a0a0fb96fcd882fdbddb
parentc26b7eb3aaa3367525dadc6c46c4e8069e1d4a88
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 <carolyn.wyborny@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/e1000_82575.c