commit | be35e8c516c1915a3035d266a2015b41f73ba3f9 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Jul 20 12:25:22 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 20 15:21:54 2017 -0700 |
tree | a5e783439bca3dc8d8b930b60c75f7d9db432fe6 | |
parent | 5067f4cf23cb073cf664372804104c4a5891dc59 [diff] |
net: dsa: b53: Add missing ARL entries for BCM53125 The BCM53125 entry was missing an arl_entries member which would basically prevent the ARL search from terminating properly. This switch has 4 ARL entries, so add that. Fixes: 1da6df85c6fb ("net: dsa: b53: Implement ARL add/del/dump operations") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>