]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit0803948e23dac864374d981b06460b7350cca1b9
tree7aa3cfa57f882ff9ec975bec97bdb925c0d73bdd
parente3502b8297878130a9375f6fe1367dc317f79453
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>
drivers/net/dsa/sja1105/sja1105_static_config.c