commit | c2e77a18a7ed65eb48f6e389b6a59a0fd753646a | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Apr 20 20:26:53 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 22 12:50:41 2020 -0700 |
tree | abdc3673d7bcb4e78d2c20fbbc3490707d227bde | |
parent | eab167f4851a19c514469dfa81147f77e17b5b20 [diff] |
net: dsa: b53: Fix ARL register definitions The ARL {MAC,VID} tuple and the forward entry were off by 0x10 bytes, which means that when we read/wrote from/to ARL bin index 0, we were actually accessing the ARLA_RWCTRL register. Fixes: 1da6df85c6fb ("net: dsa: b53: Implement ARL add/del/dump operations") Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>