Please don't apply this patch, which has path change, since the driver changes are still in review. Here is the link to the driver patch: https://lore.kernel.org/linux-wireless/5500a007-4e52-f8dc-2535-3baa7decfe52@xxxxxxxxxxxxx/T/#t Once the driver changes are reviewed and accepted, I will send the updated patch for this change. Regards, Ajay On 6/29/23 18:23, Ajay Singh wrote: > From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> > > Move the wilc1000 firmware from 'atmel' to 'microchip/wilc' path. > The updated path not only helps to avoid confusion for users but also be > used to keep microchip's other wifi firmware files. > > To maintain backward compatabilty, the Link statement is added for existing > 'atmel' path firmware. > > Signed-off-by: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> > --- > WHENCE | 11 ++++++++++- > .../wilc}/wilc1000_wifi_firmware-1.bin | Bin > 2 files changed, 10 insertions(+), 1 deletion(-) > rename {atmel => microchip/wilc}/wilc1000_wifi_firmware-1.bin (100%) > > diff --git a/WHENCE b/WHENCE > index e6309eba..f38bc980 100644 > --- a/WHENCE > +++ b/WHENCE > @@ -5136,7 +5136,7 @@ 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 > +Link: atmel/wilc1000_wifi_firmware-1.bin -> ../microchip/wilc/wilc1000_wifi_firmware-1.bin > Version: 16.0 > > License: Redistributable. See LICENSE.atmel for details > @@ -6324,3 +6324,12 @@ Version: 18.99.1.p154.40 > Licence: Redistributable. See LICENSE.nxp for details > > -------------------------------------------------------------------------- > + > +Driver: wilc - Microchip wireless driver > + > +File: microchip/wilc/wilc1000_wifi_firmware-1.bin > +Version: 16.0 > + > +Licence: Redistributable. See LICENCE.microchip for details > + > +-------------------------------------------------------------------------- > diff --git a/atmel/wilc1000_wifi_firmware-1.bin b/microchip/wilc/wilc1000_wifi_firmware-1.bin > similarity index 100% > rename from atmel/wilc1000_wifi_firmware-1.bin > rename to microchip/wilc/wilc1000_wifi_firmware-1.bin > -- > 2.34.1