[SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.

Similarly to other ISPs, set execution throttle to maximum
allowed value since 'throttling' is done on a per-lun basis
via queue-depth.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by andrew.vasquez@qlogic.com and committed by James Bottomley bc8fb3cb 590f98e5

+2
+2
drivers/scsi/qla2xxx/qla_init.c
··· 3407 ha->node_name = icb->node_name; 3408 ha->port_name = icb->port_name; 3409 3410 ha->retry_count = le16_to_cpu(nv->login_retry_count); 3411 3412 /* Set minimum login_timeout to 4 seconds. */
··· 3407 ha->node_name = icb->node_name; 3408 ha->port_name = icb->port_name; 3409 3410 + icb->execution_throttle = __constant_cpu_to_le16(0xFFFF); 3411 + 3412 ha->retry_count = le16_to_cpu(nv->login_retry_count); 3413 3414 /* Set minimum login_timeout to 4 seconds. */