On Sat, Nov 16, 2019 at 8:19 AM Stefan Sperling <s...@stsp.name> wrote:

> On Sat, Nov 16, 2019 at 04:51:44PM +0100, Stefan Sperling wrote:
> > This diff adds support for iwm(4) 9260 devices and hopefully 9560
> > devices as well but I have not yet had time to test those.
> >
> > Joint work with patrick@. Some parts were lifted from FreeBSD.
> >
> > If you have the followng device in pcidump it should at least get
> > an IP address from DHCP and be able to ping:
> >  4:0:0: Intel Dual Band Wireless-AC 9260
> >          0x0000: Vendor ID: 8086, Product ID: 2526
> >
> > The firmware is not in fw_update yet.
> > In the meantime firmware can be fetched from here:
> >
> https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/
> >
> > Copy these files to /etc/firmware as indicated:
> > for 9260: iwlwifi-9260-th-b0-jf-b0-34.ucode -> /etc/firmware/iwm-9260-34
> > for 9560: iwlwifi-9000-pu-b0-jf-b0-34.ucode -> /etc/firmware/iwm-9000-34
> >
> > Checks for regressions on already supported devices are also welcome,
> > in which case the firmware isn't needed.
>
> Better diff which fixes an Rx throughput issue which was present in
> the previous diff.


Looking good so far on my X1 extreme once I
added PCI_PRODUCT_INTEL_WL_9560_2 next to the _1 lines in if_iwm.c.
Awesome!

Philip Guenther

Reply via email to