commit | ed7bc602f60a653e5dea488e6917d9a75d6ac0dd | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Fri Mar 09 23:46:06 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 12 10:57:45 2018 -0400 |
tree | 3b8a53a6eb067aa7eb57afdb39c2a741c8848a30 | |
parent | b9ecc3400bc418af3ba9e56ea852f4ad69c23454 [diff] |
bnxt_en: Pass complete VLAN TCI to the stack. When receiving a packet with VLAN tag, pass the entire 16-bit TCI to the stack when calling __vlan_hwaccel_put_tag(). The current code is only passing the 12-bit tag and it is missing the priority bits. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>