commit | 460e985ea07ec23d46af257e84e57b5409576577 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Tue Sep 29 14:20:24 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 13:24:17 2020 -0700 |
tree | 504420aa7b7179fabe6958a50e4e3f809c5a43c0 | |
parent | bbc4d71d63549bcd003a430de18a72a742d8c91e [diff] |
net: dsa: felix: fix incorrect action offsets for VCAP IS2 The port mask width was larger than the actual number of ports, and therefore, all fields following this one were also shifted by the number of excess bits. But the driver doesn't use the REW_OP, SMAC_REPLACE_ENA or ACL_ID bits from the action vector, so the bug was inconsequential. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>