ar71xx: Set eth1 MAC address from EEPROM for WNDR3700
authorFelix Fietkau <nbd@openwrt.org>
Thu, 4 Nov 2010 18:46:07 +0000 (18:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 4 Nov 2010 18:46:07 +0000 (18:46 +0000)
commit91b6c63adc6338572ec16006462f6e2de64f89a4
tree5f6486551e3640397db3cf8005f508a219fb7959
parentfc28e1cd7d85db3bead0fdac5f7b0a0ce5b443f9
ar71xx: Set eth1 MAC address from EEPROM for WNDR3700

The WNDR3700's art/caldata partition contains three MAC addresses at
offsets 0, 6, and 12, used for eth0/wlan0 (shared), eth1, and wlan1,
respectively. The existing code configures eth1's MAC address by adding
1 to eth0's instead of using the value stored in the EEPROM. This patch
causes the stored value to be used directly. (On my WNDR3700s, the three
stored addresses are all sequential anyway.)

Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23876
target/linux/ar71xx/files/arch/mips/ar71xx/mach-wndr3700.c