diff options
author | Praveen Madhavan <praveenm@chelsio.com> | 2015-02-03 14:48:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-05 01:00:30 +0300 |
commit | 541c571fa2fdfd4782d840276c5aedb535349075 (patch) | |
tree | e9132683265f26a31b4e501396be6c0784df8953 /drivers/scsi/csiostor/csio_mb.c | |
parent | b5057dd79c2db9a2be5306fdcdb2eae5c9c0e109 (diff) | |
download | linux-541c571fa2fdfd4782d840276c5aedb535349075.tar.xz |
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 'drivers/scsi/csiostor/csio_mb.c')
-rw-r--r-- | drivers/scsi/csiostor/csio_mb.c | 3 |
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 |