]> 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)
commit5a5df410c7da90ed8502cd234190e2e3723e1eb4
tree7aa3cfa57f882ff9ec975bec97bdb925c0d73bdd
parent4649b9b2ed6aba3da02525074457fe27a72dda6b
net: dsa: sja1105: Actually implement the P/Q/R/S FDB bits

In commit 213b8d559f76 ("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