[SCSI] lpfc 8.3.42: Fixed function mode field defined too small for not recognizing dual-chute mode

Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

James Smart and committed by
James Bottomley
9a86ed48 26373d23

+1 -1
+1 -1
drivers/scsi/lpfc/lpfc_sli4.h
··· 523 523 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ 524 524 struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */ 525 525 526 - uint8_t fw_func_mode; /* FW function protocol mode */ 526 + uint32_t fw_func_mode; /* FW function protocol mode */ 527 527 uint32_t ulp0_mode; /* ULP0 protocol mode */ 528 528 uint32_t ulp1_mode; /* ULP1 protocol mode */ 529 529