]> Git Repo - linux.git/commit
bnxt_en: Simplify VLAN receive logic.
authorMichael Chan <[email protected]>
Mon, 6 Jun 2016 06:37:16 +0000 (02:37 -0400)
committerDavid S. Miller <[email protected]>
Tue, 7 Jun 2016 23:02:03 +0000 (16:02 -0700)
commit8852ddb4dcdfe6f877a02f79bf2bca9ae63c039a
treeaa268a311f05adf73488b005fb08a3db73d8e1cb
parent5a9f6b238e59bc05afb4cdeaf3672990bf2a5309
bnxt_en: Simplify VLAN receive logic.

Since both CTAG and STAG rx acceleration must be enabled together, we
only need to check one feature flag (NETIF_F_HW_VLAN_CTAG_RX) before
calling __vlan_hwaccel_put_tag().

Signed-off-by: Michael Chan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/broadcom/bnxt/bnxt.c
This page took 0.057653 seconds and 4 git commands to generate.