浏览代码

bna: 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: David S. Miller <davem@davemloft.net>
Rasesh Mody 12 年之前
父节点
当前提交
e9d198403b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/net/ethernet/brocade/bna/cna.h

+ 2 - 2
drivers/net/ethernet/brocade/bna/cna.h

@@ -37,8 +37,8 @@
 
 
 extern char bfa_version[];
 extern char bfa_version[];
 
 
-#define CNA_FW_FILE_CT	"ctfw-3.2.1.0.bin"
-#define CNA_FW_FILE_CT2	"ct2fw-3.2.1.0.bin"
+#define CNA_FW_FILE_CT	"ctfw-3.2.1.1.bin"
+#define CNA_FW_FILE_CT2	"ct2fw-3.2.1.1.bin"
 #define FC_SYMNAME_MAX	256	/*!< max name server symbolic name size */
 #define FC_SYMNAME_MAX	256	/*!< max name server symbolic name size */
 
 
 #pragma pack(1)
 #pragma pack(1)