Re: [PATCH] net/ucc_geth: allow to set mac address on running device

2009-05-26 Thread David Miller
From: Kevin Hao Date: Wed, 27 May 2009 09:48:56 +0800 > 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

[PATCH] net/ucc_geth: allow to set mac address on running device

2009-05-26 Thread Kevin Hao
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 --- drivers/net/

Re: [PATCH] net/ucc_geth: allow to set mac address on running device

2009-05-26 Thread David Miller
From: Kevin Hao Date: Wed, 27 May 2009 09:48:56 +0800 > 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