ar71xx: fix for wrong eth0 mac assignment on Netgear WNDAP360
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37192
This commit is contained in:
parent
9de461f202
commit
ca02639d17
1 changed files with 3 additions and 1 deletions
|
@ -76,7 +76,9 @@ static void __init wndap360_setup(void)
|
|||
|
||||
ath79_register_mdio(0, ~(WNDAP360_LAN_PHYMASK));
|
||||
|
||||
ath79_init_mac(ath79_eth0_data.mac_addr, art, 0);
|
||||
/* Reusing wifi MAC with offset of 1 as eth0 MAC */
|
||||
ath79_init_mac(ath79_eth0_data.mac_addr,
|
||||
art + WNDAP360_WMAC0_MAC_OFFSET, 1);
|
||||
ath79_eth0_pll_data.pll_1000 = 0x11110000;
|
||||
ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
|
||||
ath79_eth0_data.phy_mask = WNDAP360_LAN_PHYMASK;
|
||||
|
|
Loading…
Reference in a new issue