]> git.baikalelectronics.ru Git - kernel.git/commit
ll_temac: Fix MAC address configuration from userland
authorSteven J. Magnani <steve@digidescorp.com>
Wed, 17 Feb 2010 07:55:07 +0000 (07:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2010 21:35:36 +0000 (13:35 -0800)
commit564d2e1708c537c309f8439e0a6cd43b0c2a0356
treedeaa36b1cbd04a758bc2c662fdbc83040c8423ab
parent40c347f2e735bfcc2504dbfba3814a8f10cba0ef
ll_temac: Fix MAC address configuration from userland

A userland command to set the LLTEMAC MAC address,
i.e. "ifconfig eth0 hw addr xx:yy:zz:pp:dd:qq",
results in a device address of 00:01:xx:yy:zz:pp.
Correct this.

Signed-off-by: Steven J. Magnani <steve@digidescorp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ll_temac_main.c