commit | 0803948e23dac864374d981b06460b7350cca1b9 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Wed Jun 26 02:39:36 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 27 11:03:21 2019 -0700 |
tree | 7aa3cfa57f882ff9ec975bec97bdb925c0d73bdd | |
parent | e3502b8297878130a9375f6fe1367dc317f79453 [diff] |
net: dsa: sja1105: Actually implement the P/Q/R/S FDB bits In commit 1da73821343c ("net: dsa: sja1105: Add FDB operations for P/Q/R/S series"), these bits were set in the static config, but apparently they did not do anything. The reason is that the packing accessors for them were part of a patch I forgot to send. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>