Skip to content

Commit

Permalink
ixgb: fix interface losing macaddr on ifdn/up
Browse files Browse the repository at this point in the history
user contributed fix for LAA across down/up, from tonychung00@users.sf.net.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
  • Loading branch information
Auke Kok authored and Auke Kok committed May 26, 2006
1 parent e59d169 commit 8556f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ixgb/ixgb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ ixgb_up(struct ixgb_adapter *adapter)

/* hardware has been reset, we need to reload some things */

ixgb_rar_set(hw, netdev->dev_addr, 0);
ixgb_set_multi(netdev);

ixgb_restore_vlan(adapter);
Expand Down

0 comments on commit 8556f0d

Please sign in to comment.