]> git.baikalelectronics.ru Git - kernel.git/commit
bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().
authorMichael Chan <michael.chan@broadcom.com>
Sun, 26 Apr 2020 20:24:42 +0000 (16:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2020 18:44:05 +0000 (11:44 -0700)
commit779bf5d84fdfe0a8843a36842629d02dba9edcd4
tree09467be3cff764da866809026c4825eed414801b
parentbe03d12503ee86fc1a43c353da9181d0ecfa3503
bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().

The current logic in bnxt_fix_features() will inadvertently turn on both
CTAG and STAG VLAN offload if the user tries to disable both.  Fix it
by checking that the user is trying to enable CTAG or STAG before
enabling both.  The logic is supposed to enable or disable both CTAG and
STAG together.

Fixes: b9c9f3bf7b22 ("bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.")
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c