Revert "kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#384)"
This reverts commitec1a695daa
. Revert the workaround, the problem was properly fixed in2374549916
. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
e01b034cdc
commit
5c49fecf72
1 changed files with 0 additions and 6 deletions
|
@ -1028,7 +1028,6 @@ ar8327_sw_get_eee(struct switch_dev *dev,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
static void
|
static void
|
||||||
ar8327_wait_atu_ready(struct ar8xxx_priv *priv, u16 r2, u16 r1)
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
ar8327_sw_hw_apply(struct switch_dev *dev)
|
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,
|
.vtu_load_vlan = ar8327_vtu_load_vlan,
|
||||||
.phy_fixup = ar8327_phy_fixup,
|
.phy_fixup = ar8327_phy_fixup,
|
||||||
.set_mirror_regs = ar8327_set_mirror_regs,
|
.set_mirror_regs = ar8327_set_mirror_regs,
|
||||||
#if 0
|
|
||||||
.get_arl_entry = ar8327_get_arl_entry,
|
.get_arl_entry = ar8327_get_arl_entry,
|
||||||
#endif
|
|
||||||
.sw_hw_apply = ar8327_sw_hw_apply,
|
.sw_hw_apply = ar8327_sw_hw_apply,
|
||||||
|
|
||||||
.num_mibs = ARRAY_SIZE(ar8236_mibs),
|
.num_mibs = ARRAY_SIZE(ar8236_mibs),
|
||||||
|
@ -1438,9 +1434,7 @@ const struct ar8xxx_chip ar8337_chip = {
|
||||||
.vtu_load_vlan = ar8327_vtu_load_vlan,
|
.vtu_load_vlan = ar8327_vtu_load_vlan,
|
||||||
.phy_fixup = ar8327_phy_fixup,
|
.phy_fixup = ar8327_phy_fixup,
|
||||||
.set_mirror_regs = ar8327_set_mirror_regs,
|
.set_mirror_regs = ar8327_set_mirror_regs,
|
||||||
#if 0
|
|
||||||
.get_arl_entry = ar8327_get_arl_entry,
|
.get_arl_entry = ar8327_get_arl_entry,
|
||||||
#endif
|
|
||||||
.sw_hw_apply = ar8327_sw_hw_apply,
|
.sw_hw_apply = ar8327_sw_hw_apply,
|
||||||
|
|
||||||
.num_mibs = ARRAY_SIZE(ar8236_mibs),
|
.num_mibs = ARRAY_SIZE(ar8236_mibs),
|
||||||
|
|
Loading…
Reference in a new issue