On Mon, Nov 04, 2019 at 08:31:07AM -0700, Tracey Emery wrote:
> Both diffs work fine here. However, it appears I'm still only loading
> the -22 firmware:
>
> iwm0: hw rev 0x230, fw ver 22.391740.0
>
> Am I missing something obvious to get it to load the -34 firmware, or do
> the two work in conjunction? I tried moving the -22 firmware out of the
> way, but that caused a lot of havoc.
If you want to test -34 you can copy the -34 firmware file on top of
the -22 file. (Keep a backup!)
Alternatively, you could change the filename the driver will look for.
The lines in if_iwm.c which would need to be changed contain the
expected firmware file name, for instance:
sc->sc_fwname = "iwm-8265-22";
So just replace -22 with -34 and rebuild the kernel.