]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
wil6210: update FW file name
authorVladimir Kondratiev <QCA_vkondrat@QCA.qualcomm.com>
Mon, 30 Mar 2015 08:28:54 +0000 (11:28 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 28 Apr 2015 17:00:23 +0000 (20:00 +0300)
Firmware "board" file name has changed from wil6210.board
to wil6210.brd by the FW generation tools.

Reflect this in the driver.

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/wil6210/wil6210.h

index f4681e3975ff08a16e5c62a6234dd00a875a8ce9..abb2080d3fa1392216a9f123f59c9aca2da3428a 100644 (file)
@@ -33,7 +33,7 @@ extern bool debug_fw;
 
 #define WIL_NAME "wil6210"
 #define WIL_FW_NAME "wil6210.fw" /* code */
-#define WIL_FW2_NAME "wil6210.board" /* board & radio parameters */
+#define WIL_FW2_NAME "wil6210.brd" /* board & radio parameters */
 
 #define WIL_MAX_BUS_REQUEST_KBPS 800000 /* ~6.1Gbps */