]> bbs.cooldavid.org Git - net-next-2.6.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)
commit8ea7a37c5a312bfee51ff7f12f78efe4fbc901cc
treedeaa36b1cbd04a758bc2c662fdbc83040c8423ab
parentc3b7c12cd78d5c8264c87c29dcd9a8f1819f8313
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