bnx2x: Fix VF outer vlan removal
authorAriel Elior <ariele@broadcom.com>
Wed, 27 Mar 2013 01:05:16 +0000 (01:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Mar 2013 16:48:32 +0000 (12:48 -0400)
commit21776537b15f72dc9d8c16b00439fbdaa8ce7a34
tree485dcf2ef717a23b664886cc396d3ebd57ae6147
parent5b0752c863d70cd1cc96d22eebfc991dd67864de
bnx2x: Fix VF outer vlan removal

Outer vlan removal in VF queues was made according to the VF's
multi-function mode (which is never set).
Instead, the PF's multi-function mode should be used to determine
if outer vlan removal is needed.

Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c