]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: sja1105: Actually implement the P/Q/R/S FDB bits
authorVladimir Oltean <olteanv@gmail.com>
Tue, 25 Jun 2019 23:39:36 +0000 (02:39 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Jun 2019 18:03:21 +0000 (11:03 -0700)
commit2bc9963b19a62d4afbb77c4642648031d5852549
tree7aa3cfa57f882ff9ec975bec97bdb925c0d73bdd
parent018caaecd1a6298288436bde18d215945a6395c9
net: dsa: sja1105: Actually implement the P/Q/R/S FDB bits

In commit f6c8034d539b ("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>
drivers/net/dsa/sja1105/sja1105_static_config.c