]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[SCSI] bfa: firmware update to 3.2.1.1
authorRasesh Mody <rmody@brocade.com>
Fri, 23 Aug 2013 23:05:57 +0000 (16:05 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 3 Sep 2013 14:27:58 +0000 (07:27 -0700)
This patch updates the firmware to address the thermal notification issue

Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/bfa/bfad.c

index 9611195d6703823629c2b8caa3752ae8565726e5..f8ca7becacca15477dd04912acf4ccd11df948fc 100644 (file)
@@ -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);