]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
r8169: fix mac address change
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 2 Jul 2018 20:49:35 +0000 (22:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:06:58 +0000 (13:06 +0200)
commit4e956777f974ae60b6c9d588b813205a3c154da9
treec49e514210d7178e3dc4399614b4e9edddcd1832
parent3634c1433bbcc929dc054a86798296f0e937fe53
r8169: fix mac address change

[ Upstream commit 2d0ec5440bef4a0a8858d52d45c31725540c3e74 ]

Network core refuses to change mac address because flag
IFF_LIVE_ADDR_CHANGE isn't set. Set this missing flag.

Fixes: 1f7aa2bc268e ("r8169: simplify rtl_set_mac_address")
Reported-by: Corinna Vinschen <vinschen@redhat.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Tested-by: Corinna Vinschen <vinschen@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/realtek/r8169.c