We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79de7b3 commit 367062cCopy full SHA for 367062c
1 file changed
drivers/net/wireless/microchip/wilc1000/netdev.c
@@ -18,13 +18,13 @@
18
/* latest API version supported */
19
#define WILC1000_API_VER 1
20
21
-#define WILC1000_FW_PREFIX "atmel/wilc1000_wifi_firmware-"
+#define WILC1000_FW_PREFIX "mchp/wilc1000_wifi_firmware-"
22
#define __WILC1000_FW(api) WILC1000_FW_PREFIX #api ".bin"
23
#define WILC1000_FW(api) __WILC1000_FW(api)
24
25
#define WILC3000_API_VER 1
26
27
-#define WILC3000_FW_PREFIX "atmel/wilc3000_wifi_firmware-"
+#define WILC3000_FW_PREFIX "mchp/wilc3000_wifi_firmware-"
28
#define __WILC3000_FW(api) WILC3000_FW_PREFIX #api ".bin"
29
#define WILC3000_FW(api) __WILC3000_FW(api)
30
0 commit comments