[SCSI] qla2xxx: Don't hardcode fw_transfer_size for ISP2[45]xx parts.

Use the full buffer size available, as there's no reason to limit
the firwmare-image load-segment size for these parts.

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

authored by

Andrew Vasquez and committed by
James Bottomley
6d052529 42e421b1

+1 -1
+1 -1
drivers/scsi/qla2xxx/qla_init.c
··· 729 729 /* Perform RISC reset. */ 730 730 qla24xx_reset_risc(ha); 731 731 732 - ha->fw_transfer_size = REQUEST_ENTRY_SIZE * 1024; 732 + ha->fw_transfer_size = REQUEST_ENTRY_SIZE * ha->request_q_length; 733 733 734 734 rval = qla2x00_mbx_reg_test(ha); 735 735 if (rval) {