On 1/15/25 12:30, Dmitry Baryshkov wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > On Wed, Jan 15, 2025 at 05:18:49PM +0000, Ajay.Kathat@xxxxxxxxxxxxx wrote: >> This commit adds WLAN firmware for wilc3000 which is supported in mainline >> Linux with commit [1]. >> >> FW version: 16.1.2 >> >> 1. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/microchip/wilc1000?id=e1408c115ef9b >> >> Signed-off-by: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> >> --- >> WHENCE | 5 +++-- >> atmel/wilc3000_wifi_firmware-1.bin | Bin 0 -> 140712 bytes >> 2 files changed, 3 insertions(+), 2 deletions(-) >> create mode 100644 atmel/wilc3000_wifi_firmware-1.bin >> >> diff --git a/WHENCE b/WHENCE >> index 920d6093..3842bed7 100644 >> --- a/WHENCE >> +++ b/WHENCE >> @@ -5712,14 +5712,15 @@ Licence: Redistributable. See LICENCE.nvidia for details >> >> -------------------------------------------------------------------------- >> >> -Driver: wilc1000 - Atmel 802.11n WLAN driver for WILC1000 >> +Driver: wilc1000 - Atmel 802.11n WLAN driver for WILC1000 & WILC3000 >> >> File: atmel/wilc1000_fw.bin >> File: atmel/wilc1000_ap_fw.bin >> File: atmel/wilc1000_p2p_fw.bin >> File: atmel/wilc1000_wifi_firmware.bin >> File: atmel/wilc1000_wifi_firmware-1.bin >> -Version: 16.0 > > Why? You haven't updated old firmware, so it should still be 16.0 The old wilc100 firmware was 16.1.2 that got updated in commit [1]. I missed to include the version number update in the WHENCE file when previous wilc1000 firmware patch was created. With this patch, firmware version v16.1.2 will be available for both wilc1000 and wilc3000. 1. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/atmel?id=cebafd38469d1cb57d97011b37d21b241ed9a156 Regards, Ajay