On Sat, Nov 09, 2019 at 01:01:39PM +0200, Stefan Sperling wrote: > > This diff makes 3168 devices actually work with iwm(4). > These devices have never worked right since the driver just threw > errors when trying to load firmware.
Indeed. The 3168 device didn't work for me (for example, ifconfig iwm0 scan returns empty results) until your diff is applied. > Loosely based on FreeBSD r345002 and Linux commit > 44fd09dad5d2b78efbabbbbf623774e561e36cca > > Tested with: > iwm0 at pci4 dev 0 function 0 "Intel Dual Band Wireless-AC 3168" rev 0x10, msi > iwm0: hw rev 0x220, fw ver 29.1654887522.0, address xx:xx:xx:xx:xx:xx Tested with: iwm0 at pci3 dev 0 function 0 "Intel Dual Band Wireless-AC 3168" rev 0x10, msi iwm0: hw rev 0x220, fw ver 29.1654887522.0, address b0:35:9f:xx:xx:xx > Please also test on any other types of iwm devices to ensure that this > won't break anything. I also tested with 3165, it works as usual. Thank you, Kevin