Skip to content

Commit 367062c

Browse files
ajaykathatajaysk
authored andcommitted
wilc1000: change FW binary path to 'mchp' instead of 'atmel'
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
1 parent 79de7b3 commit 367062c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • drivers/net/wireless/microchip/wilc1000

drivers/net/wireless/microchip/wilc1000/netdev.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
/* latest API version supported */
1919
#define WILC1000_API_VER 1
2020

21-
#define WILC1000_FW_PREFIX "atmel/wilc1000_wifi_firmware-"
21+
#define WILC1000_FW_PREFIX "mchp/wilc1000_wifi_firmware-"
2222
#define __WILC1000_FW(api) WILC1000_FW_PREFIX #api ".bin"
2323
#define WILC1000_FW(api) __WILC1000_FW(api)
2424

2525
#define WILC3000_API_VER 1
2626

27-
#define WILC3000_FW_PREFIX "atmel/wilc3000_wifi_firmware-"
27+
#define WILC3000_FW_PREFIX "mchp/wilc3000_wifi_firmware-"
2828
#define __WILC3000_FW(api) WILC3000_FW_PREFIX #api ".bin"
2929
#define WILC3000_FW(api) __WILC3000_FW(api)
3030

0 commit comments

Comments
 (0)