Re: [PATCH v3] brcmfmac: expose firmware config files through modinfo

2020-12-02 Thread Kalle Valo
matthias@kernel.org wrote: > From: Matthias Brugger > > Apart from a firmware binary the chip needs a config file used by the > FW. Add the config files to modinfo so that they can be read by > userspace. > > Signed-off-by: Matthias Brugger > Reviewed-by: Hans de Goede Patch applied to w

Re: [PATCH v3] brcmfmac: expose firmware config files through modinfo

2020-11-24 Thread Hans de Goede
Hi, On 11/24/20 1:00 PM, matthias@kernel.org wrote: > From: Matthias Brugger > > Apart from a firmware binary the chip needs a config file used by the > FW. Add the config files to modinfo so that they can be read by > userspace. > > Signed-off-by: Matthias Brugger > > --- > > Changes in

[PATCH v3] brcmfmac: expose firmware config files through modinfo

2020-11-24 Thread matthias . bgg
From: Matthias Brugger Apart from a firmware binary the chip needs a config file used by the FW. Add the config files to modinfo so that they can be read by userspace. Signed-off-by: Matthias Brugger --- Changes in v3: Use only two more generic wildcards. Changes in v2: In comparison to firs