diff options
author | Bhanu Prakash Gollapudi <bprakash@broadcom.com> | 2012-02-20 09:59:09 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-21 00:34:08 (GMT) |
commit | 1101a0d87a8e336914d2f31b528748a231c375ed (patch) | |
tree | e191984928d896e1d9d97ddae4bb8f58026c8a12 /drivers/scsi/bnx2fc/bnx2fc_constants.h | |
parent | 621b4d66b27e70ba9a0e8fa4676d9c4f916c8343 (diff) | |
download | linux-1101a0d87a8e336914d2f31b528748a231c375ed.tar.xz |
bnx2fc: HSI dependent changes for 7.2.xx FW
with Tx only section for single cached SGEs.
Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_constants.h')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_constants.h b/drivers/scsi/bnx2fc/bnx2fc_constants.h index 399cda0..c12702b 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_constants.h +++ b/drivers/scsi/bnx2fc/bnx2fc_constants.h @@ -7,7 +7,7 @@ /* Current FCoE HSI version number composed of two fields (16 bit) */ /* Implies on a change broken previous HSI */ -#define FCOE_HSI_MAJOR_VERSION (1) +#define FCOE_HSI_MAJOR_VERSION (2) /* Implies on a change which does not broken previous HSI */ #define FCOE_HSI_MINOR_VERSION (1) |