commit | 17ae6555406a345c7d4096c4c274447e869e9384 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Wed Jun 26 02:39:40 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 27 11:03:21 2019 -0700 |
tree | f681f424b1411d58d7b86a837b05edc0b9ea65d3 | |
parent | 4a95078636402d425ad1c8411aff44be30e6a962 [diff] |
net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/S The reason why this wasn't tackled earlier is that I had hoped I understood the user manual wrong. But unfortunately hacks are required in order to retrieve the static/dynamic nature of FDB entries on SJA1105 P/Q/R/S, since this info is stored in the writeback buffer of the dynamic config command. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>