diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-02-22 11:42:36 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-02-22 11:56:27 +0100 |
commit | 5c49fecf72c9c10b1d302b0a9d4db3b4ce3c782c (patch) | |
tree | f597c05295513acd0b865f1ef60eaa130b6e60c6 /target/linux/generic | |
parent | e01b034cdc64123baaca8d15f15b2b90e8a39db9 (diff) | |
download | upstream-5c49fecf72c9c10b1d302b0a9d4db3b4ce3c782c.tar.gz upstream-5c49fecf72c9c10b1d302b0a9d4db3b4ce3c782c.tar.bz2 upstream-5c49fecf72c9c10b1d302b0a9d4db3b4ce3c782c.zip |
Revert "kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#384)"
This reverts commit ec1a695daa7390a6c24e3b28d3956f194cba2cb5.
Revert the workaround, the problem was properly fixed in
237454991618e0e8b7ceb8a8a2a43fca12c1a454.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/files/drivers/net/phy/ar8327.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/ar8327.c b/target/linux/generic/files/drivers/net/phy/ar8327.c index 9b40cd7e42..8e67f4b17d 100644 --- a/target/linux/generic/files/drivers/net/phy/ar8327.c +++ b/target/linux/generic/files/drivers/net/phy/ar8327.c @@ -1028,7 +1028,6 @@ ar8327_sw_get_eee(struct switch_dev *dev, return 0; } -#if 0 static void ar8327_wait_atu_ready(struct ar8xxx_priv *priv, u16 r2, u16 r1) { @@ -1100,7 +1099,6 @@ static void ar8327_get_arl_entry(struct ar8xxx_priv *priv, break; } } -#endif static int ar8327_sw_hw_apply(struct switch_dev *dev) @@ -1401,9 +1399,7 @@ const struct ar8xxx_chip ar8327_chip = { .vtu_load_vlan = ar8327_vtu_load_vlan, .phy_fixup = ar8327_phy_fixup, .set_mirror_regs = ar8327_set_mirror_regs, -#if 0 .get_arl_entry = ar8327_get_arl_entry, -#endif .sw_hw_apply = ar8327_sw_hw_apply, .num_mibs = ARRAY_SIZE(ar8236_mibs), @@ -1438,9 +1434,7 @@ const struct ar8xxx_chip ar8337_chip = { .vtu_load_vlan = ar8327_vtu_load_vlan, .phy_fixup = ar8327_phy_fixup, .set_mirror_regs = ar8327_set_mirror_regs, -#if 0 .get_arl_entry = ar8327_get_arl_entry, -#endif .sw_hw_apply = ar8327_sw_hw_apply, .num_mibs = ARRAY_SIZE(ar8236_mibs), |