On Fri, Sep 15, 2023 at 12:19:38AM +0300, Víctor Gonzalo wrote: > The mwifiex_pcie driver is missing the MODULE_FIRMWARE macro to > add the firmware files needed to the module metadata. > > Signed-off-by: Víctor Gonzalo <victor.gonzalo@xxxxxxxxxxxxxxxx> > --- > drivers/net/wireless/marvell/mwifiex/pcie.c | 6 ++++++ > 1 file changed, 6 insertions(+) FWIW, when reviewing the other sub-drivers, I noticed sdio.c is missing an entry for SD8801_DEFAULT_FW_NAME. Mind sending a patch? For this: Acked-by: Brian Norris <briannorris@xxxxxxxxxxxx>