diff options
author | Rasesh Mody <rmody@brocade.com> | 2013-08-23 19:05:57 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-03 10:27:58 -0400 |
commit | 71b3ba7dbf28d6166d090cde051e2c359c24e954 (patch) | |
tree | cec88572a73beeb3fa825cb9a195a124595e1f34 | |
parent | 26780d9e12edf45c0b98315de272b1feff5a8e93 (diff) |
[SCSI] bfa: firmware update to 3.2.1.1
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>
-rw-r--r-- | drivers/scsi/bfa/bfad.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/bfa/bfad.c b/drivers/scsi/bfa/bfad.c index 9611195d6703..f8ca7becacca 100644 --- a/drivers/scsi/bfa/bfad.c +++ b/drivers/scsi/bfa/bfad.c | |||
@@ -63,9 +63,9 @@ int max_rport_logins = BFA_FCS_MAX_RPORT_LOGINS; | |||
63 | u32 bfi_image_cb_size, bfi_image_ct_size, bfi_image_ct2_size; | 63 | u32 bfi_image_cb_size, bfi_image_ct_size, bfi_image_ct2_size; |
64 | u32 *bfi_image_cb, *bfi_image_ct, *bfi_image_ct2; | 64 | u32 *bfi_image_cb, *bfi_image_ct, *bfi_image_ct2; |
65 | 65 | ||
66 | #define BFAD_FW_FILE_CB "cbfw-3.2.1.0.bin" | 66 | #define BFAD_FW_FILE_CB "cbfw-3.2.1.1.bin" |
67 | #define BFAD_FW_FILE_CT "ctfw-3.2.1.0.bin" | 67 | #define BFAD_FW_FILE_CT "ctfw-3.2.1.1.bin" |
68 | #define BFAD_FW_FILE_CT2 "ct2fw-3.2.1.0.bin" | 68 | #define BFAD_FW_FILE_CT2 "ct2fw-3.2.1.1.bin" |
69 | 69 | ||
70 | static u32 *bfad_load_fwimg(struct pci_dev *pdev); | 70 | static u32 *bfad_load_fwimg(struct pci_dev *pdev); |
71 | static void bfad_free_fwimg(void); | 71 | static void bfad_free_fwimg(void); |