Skip to content

Commit

Permalink
ar71xx: C58/C59 fix LAN1 working incorrectly
Browse files Browse the repository at this point in the history
This commit fixes LAN Port 1 not transferring data in case no
other LAN Port has active link-state on TP-Link Archer C58/C59.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron authored and neocturne committed Dec 8, 2017
1 parent 55e70c8 commit 5a8e984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static void __init archer_c5x_v1_setup(void)
ath79_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_GMII;
ath79_eth1_data.speed = SPEED_1000;
ath79_eth1_data.duplex = DUPLEX_FULL;
ath79_switch_data.phy_poll_mask |= BIT(4);
ath79_switch_data.phy_poll_mask |= BIT(0);
ath79_switch_data.phy4_mii_en = 1;
ath79_register_eth(1);

Expand Down

0 comments on commit 5a8e984

Please sign in to comment.