net/ucc_geth: allow to set mac address on running device
authorKevin Hao <kexin.hao@windriver.com>
Wed, 27 May 2009 03:49:03 +0000 (20:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 03:49:03 +0000 (20:49 -0700)
commit3d6593e9cc40d0eacc03f75f90834794a4a477df
tree81bca4e8a94fc798aa870e7470cf0b1405744419
parent9c5cd6708008fcc3dbced6e4b97aa5ecd0634a85
net/ucc_geth: allow to set mac address on running device

Inspired by the patch for 8139too (bda6a15a).

Currently we can't set mac address on a running ucc_geth device.
But this is needed when you use this device as a bonding slave in
bonding device in balance-alb mode. So add this feature for ucc_geth
device.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ucc_geth.c