diff options
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_fcoe.c')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c index 13271a43cd35..90cd632eed91 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c | |||
@@ -2497,7 +2497,7 @@ static struct scsi_host_template bnx2fc_shost_template = { | |||
2497 | .change_queue_type = fc_change_queue_type, | 2497 | .change_queue_type = fc_change_queue_type, |
2498 | .this_id = -1, | 2498 | .this_id = -1, |
2499 | .cmd_per_lun = 3, | 2499 | .cmd_per_lun = 3, |
2500 | .can_queue = (BNX2FC_MAX_OUTSTANDING_CMNDS/2), | 2500 | .can_queue = BNX2FC_CAN_QUEUE, |
2501 | .use_clustering = ENABLE_CLUSTERING, | 2501 | .use_clustering = ENABLE_CLUSTERING, |
2502 | .sg_tablesize = BNX2FC_MAX_BDS_PER_CMD, | 2502 | .sg_tablesize = BNX2FC_MAX_BDS_PER_CMD, |
2503 | .max_sectors = 512, | 2503 | .max_sectors = 512, |