diff options
author | Vipul Pandya <vipul@chelsio.com> | 2013-01-09 07:42:49 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-10 00:06:17 -0800 |
commit | 1f1e4958069c6e7ff3f8b73148d14c08d015f0bf (patch) | |
tree | dafd7483192e0f1df6ff6c181487dc9a5c1d4144 /drivers/net/ethernet | |
parent | 8568658148ccb4481af24d1b34621ae5074ea6f7 (diff) | |
download | linux-1f1e4958069c6e7ff3f8b73148d14c08d015f0bf.tar.bz2 |
cxgb4: Fix incorrect PFVF CMASK
With Hard-Wired firmware configuration it was incorrectly provisioning the VFs
Channel Access Rights Mask.
Signed-off-by: Jay Hernandez <jay@chelsio.com>
Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c index aa63b66823e5..424f8ed67d39 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c @@ -4016,8 +4016,7 @@ static int adap_init0_no_config(struct adapter *adapter, int reset) VFRES_NEQ, VFRES_NETHCTRL, VFRES_NIQFLINT, VFRES_NIQ, VFRES_TC, VFRES_NVI, - FW_PFVF_CMD_CMASK_GET( - FW_PFVF_CMD_CMASK_MASK), + FW_PFVF_CMD_CMASK_MASK, pfvfres_pmask( adapter, pf, vf), VFRES_NEXACTF, |