]> Pileus Git - ~andy/linux/commit
ixgbe: store permanent address before initializing Rx addresses
authorEmil Tantilov <emil.s.tantilov@intel.com>
Sat, 19 Feb 2011 08:43:49 +0000 (08:43 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Mar 2011 12:22:00 +0000 (04:22 -0800)
commit278675d855e03e111ca84fec6eb7d5569e56c394
tree4e934013e8a3450e33f3a8d21bffcb0eafc3b787
parent8c7bea32c4ebe02dbb574a49db418036da177326
ixgbe: store permanent address before initializing Rx addresses

We were reading the address after it had been initialized and this results
in the permanent address on the system being changed.  This change corrects
that by storing the address before we re-initialize it.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_82598.c
drivers/net/ixgbe/ixgbe_82599.c