aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor/csio_mb.c
diff options
context:
space:
mode:
authorPraveen Madhavan <praveenm@chelsio.com>2015-02-03 17:18:26 +0530
committerDavid S. Miller <davem@davemloft.net>2015-02-04 14:00:30 -0800
commit541c571fa2fdfd4782d840276c5aedb535349075 (patch)
treee9132683265f26a31b4e501396be6c0784df8953 /drivers/scsi/csiostor/csio_mb.c
parenttlan: msecs_to_jiffies convrsion (diff)
downloadlinux-dev-541c571fa2fdfd4782d840276c5aedb535349075.tar.xz
linux-dev-541c571fa2fdfd4782d840276c5aedb535349075.zip
csiostor:Use firmware version from cxgb4/t4fw_version.h
This patch is to use firmware version macros from t4fw_version.h and also enables 40g T5 adapter. Signed-off-by: Praveen Madhavan <praveenm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/csiostor/csio_mb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/csiostor/csio_mb.c b/drivers/scsi/csiostor/csio_mb.c
index 1132c41d99ce..9451787ca7f2 100644
--- a/drivers/scsi/csiostor/csio_mb.c
+++ b/drivers/scsi/csiostor/csio_mb.c
@@ -327,7 +327,8 @@ csio_mb_caps_config(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo,
}
#define CSIO_ADVERT_MASK (FW_PORT_CAP_SPEED_100M | FW_PORT_CAP_SPEED_1G |\
- FW_PORT_CAP_SPEED_10G | FW_PORT_CAP_ANEG)
+ FW_PORT_CAP_SPEED_10G | FW_PORT_CAP_SPEED_40G |\
+ FW_PORT_CAP_ANEG)
/*
* csio_mb_port- FW PORT command helper