From fb3b596d3c4a8b6e3867079794856637db4e5283 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 8 Dec 2014 15:59:18 -0800 Subject: [PATCH] net: systemport: allow changing MAC address Hook a ndo_set_mac_address callback, update the internal Ethernet MAC in the netdevice structure, and finally write that address down to the UniMAC registers. If the interface is down, and most likely clock gated, we do not update the registers but just the local copy, such that next ndo_open() call will effectively write down the address. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-format-patch failed