diff options
-rw-r--r-- | drivers/scsi/bnx2i/bnx2i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h index e1ca5fe7e6bb..275685392e01 100644 --- a/drivers/scsi/bnx2i/bnx2i.h +++ b/drivers/scsi/bnx2i/bnx2i.h | |||
@@ -360,7 +360,7 @@ struct bnx2i_hba { | |||
360 | #define ADAPTER_STATE_LINK_DOWN 2 | 360 | #define ADAPTER_STATE_LINK_DOWN 2 |
361 | #define ADAPTER_STATE_INIT_FAILED 31 | 361 | #define ADAPTER_STATE_INIT_FAILED 31 |
362 | unsigned int mtu_supported; | 362 | unsigned int mtu_supported; |
363 | #define BNX2I_MAX_MTU_SUPPORTED 1500 | 363 | #define BNX2I_MAX_MTU_SUPPORTED 9000 |
364 | 364 | ||
365 | struct Scsi_Host *shost; | 365 | struct Scsi_Host *shost; |
366 | 366 | ||