diff options
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index b4fbef5bf409..8635bd1ae8a0 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -3407,6 +3407,8 @@ qla24xx_nvram_config(scsi_qla_host_t *ha) | |||
3407 | ha->node_name = icb->node_name; | 3407 | ha->node_name = icb->node_name; |
3408 | ha->port_name = icb->port_name; | 3408 | ha->port_name = icb->port_name; |
3409 | 3409 | ||
3410 | icb->execution_throttle = __constant_cpu_to_le16(0xFFFF); | ||
3411 | |||
3410 | ha->retry_count = le16_to_cpu(nv->login_retry_count); | 3412 | ha->retry_count = le16_to_cpu(nv->login_retry_count); |
3411 | 3413 | ||
3412 | /* Set minimum login_timeout to 4 seconds. */ | 3414 | /* Set minimum login_timeout to 4 seconds. */ |