Commit 8556f0d1 authored by Auke Kok's avatar Auke Kok Committed by Auke Kok
Browse files

ixgb: fix interface losing macaddr on ifdn/up



user contributed fix for LAA across down/up, from tonychung00@users.sf.net.

Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: default avatarJohn Ronciak <john.ronciak@intel.com>
parent e59d1696
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);