commit | 4b7da3d808f91cdad3e34059cd68ba3dfe4c3695 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Mon Aug 05 01:38:45 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 06 14:37:02 2019 -0700 |
tree | 280665825ed865f8e84500da867202beb3e189ef | |
parent | 6d7c7d948a2e9f87b4e7726dee94c59300e1786b [diff] |
net: dsa: sja1105: Use the LOCKEDS bit for SJA1105 E/T as well It looks like the FDB dump taken from first-generation switches also contains information on whether entries are static or not. So use that instead of searching through the driver's tables. Fixes: d763778224ea ("net: dsa: sja1105: Implement is_static for FDB entries on E/T") Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>