If we have a folder tree to store the fw files, there's no
need to keep the names so complicated.

Signed-off-by: Bartosz Markowski <bartosz.markow...@tieto.com>
---
 drivers/net/wireless/ath/ath10k/hw.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/ath/ath10k/hw.h 
b/drivers/net/wireless/ath/ath10k/hw.h
index ed5157b..d0ca76d 100644
--- a/drivers/net/wireless/ath/ath10k/hw.h
+++ b/drivers/net/wireless/ath/ath10k/hw.h
@@ -29,17 +29,17 @@
 /* AR9888 1.0 definitions */
 #define AR9888_HW_1_0_VERSION          0x4000002c
 #define AR9888_HW_1_0_FW_DIR           "ath10k/AR9888/hw1.0"
-#define AR9888_HW_1_0_FW_FILE          "athwlan_AR9888v1.bin"
+#define AR9888_HW_1_0_FW_FILE          "firmware.bin"
 #define AR9888_HW_1_0_OTP_FILE         "otp.bin"
-#define AR9888_HW_1_0_BOARD_DATA_FILE  "fakeBoardData_AR6004.bin"
+#define AR9888_HW_1_0_BOARD_DATA_FILE  "board.bin"
 #define AR9888_HW_1_0_PATCH_LOAD_ADDR  0x1234
 
 /* AR9888 2.0 definitions */
 #define AR9888_HW_2_0_VERSION          0x4100016c
 #define AR9888_HW_2_0_FW_DIR           "ath10k/AR9888/hw2.0"
-#define AR9888_HW_2_0_FW_FILE          "athwlan_AR9888v2.bin"
+#define AR9888_HW_2_0_FW_FILE          "firmware.bin"
 #define AR9888_HW_2_0_OTP_FILE         "otp.bin"
-#define AR9888_HW_2_0_BOARD_DATA_FILE  "fakeBoardData_AR9888v2.bin"
+#define AR9888_HW_2_0_BOARD_DATA_FILE  "board.bin"
 #define AR9888_HW_2_0_PATCH_LOAD_ADDR  0x1234
 
 #define TARGET_NUM_VDEV                                16
-- 
1.7.10

_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to