commit | 278675d855e03e111ca84fec6eb7d5569e56c394 | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Sat Feb 19 08:43:49 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Mar 03 04:22:00 2011 -0800 |
tree | 4e934013e8a3450e33f3a8d21bffcb0eafc3b787 | |
parent | 8c7bea32c4ebe02dbb574a49db418036da177326 [diff] |
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>