Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71b3ba7d authored by Rasesh Mody's avatar Rasesh Mody Committed by James Bottomley
Browse files

[SCSI] bfa: firmware update to 3.2.1.1



This patch updates the firmware to address the thermal notification issue

Signed-off-by: default avatarRasesh Mody <rmody@brocade.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 26780d9e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -63,9 +63,9 @@ int max_rport_logins = BFA_FCS_MAX_RPORT_LOGINS;
u32	bfi_image_cb_size, bfi_image_ct_size, bfi_image_ct2_size;
u32	*bfi_image_cb, *bfi_image_ct, *bfi_image_ct2;

#define BFAD_FW_FILE_CB		"cbfw-3.2.1.0.bin"
#define BFAD_FW_FILE_CT		"ctfw-3.2.1.0.bin"
#define BFAD_FW_FILE_CT2	"ct2fw-3.2.1.0.bin"
#define BFAD_FW_FILE_CB		"cbfw-3.2.1.1.bin"
#define BFAD_FW_FILE_CT		"ctfw-3.2.1.1.bin"
#define BFAD_FW_FILE_CT2	"ct2fw-3.2.1.1.bin"

static u32 *bfad_load_fwimg(struct pci_dev *pdev);
static void bfad_free_fwimg(void);