aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.h
diff options
context:
space:
mode:
authorSuresh Reddy <Suresh.Reddy@emulex.com>2014-09-12 17:39:17 +0530
committerDavid S. Miller <davem@davemloft.net>2014-09-13 17:12:15 -0400
commitb29812c13514b3bb9236aed4bd35192e6b3d0f2d (patch)
treefcde98eeb330a63c9e2147f1f99a97ce51d5f122 /drivers/net/ethernet/emulex/benet/be_cmds.h
parentbe2net: fix RX fragment posting for jumbo frames (diff)
downloadlinux-dev-b29812c13514b3bb9236aed4bd35192e6b3d0f2d.tar.xz
linux-dev-b29812c13514b3bb9236aed4bd35192e6b3d0f2d.zip
be2net: use v1 of SET_FLOW_CONTROL command
In some configurations the FW doesn't allow changing flow control settings of a link. Unless a v1 version of the SET_FLOW_CONTROL cmd is used, the FW doesn't report an error to the driver. Signed-off-by: Suresh Reddy <Suresh.Reddy@emulex.com> Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/emulex/benet/be_cmds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/emulex/benet/be_cmds.h b/drivers/net/ethernet/emulex/benet/be_cmds.h
index 0e1186856aa6..3b1606cb3cbf 100644
--- a/drivers/net/ethernet/emulex/benet/be_cmds.h
+++ b/drivers/net/ethernet/emulex/benet/be_cmds.h
@@ -57,7 +57,8 @@ enum mcc_base_status {
MCC_STATUS_ILLEGAL_FIELD = 3,
MCC_STATUS_INSUFFICIENT_BUFFER = 4,
MCC_STATUS_UNAUTHORIZED_REQUEST = 5,
- MCC_STATUS_NOT_SUPPORTED = 66
+ MCC_STATUS_NOT_SUPPORTED = 66,
+ MCC_STATUS_FEATURE_NOT_SUPPORTED = 68
};
/* Additional status */