net: introduce new priv_flag indicating iface capable of change mac when running
authorJiri Pirko <jpirko@redhat.com>
Fri, 29 Jun 2012 05:10:05 +0000 (05:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2012 08:08:00 +0000 (01:08 -0700)
commitbb35f67195fcdbe79faa7a15ce148a67c9ab923d
treed02ca3cb76bec3d9f0c86b0a44c49478e5e9c0d1
parent03292745b02d1166e2a215504407e096b8427be5
net: introduce new priv_flag indicating iface capable of change mac when running

Introduce IFF_LIVE_ADDR_CHANGE priv_flag and use it to disable
netif_running() check in eth_mac_addr()

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if.h
net/ethernet/eth.c