Page MenuHomeFreeBSD

Add support for iwm 3168 cards
AbandonedPublic

Authored by eadler on Mar 27 2018, 9:08 AM.
Tags
None
Referenced Files
F82823059: D14865.id.diff
Thu, May 2, 9:50 PM
Unknown Object (File)
Tue, Apr 30, 8:55 PM
Unknown Object (File)
Fri, Apr 26, 4:03 AM
Unknown Object (File)
Fri, Apr 26, 3:56 AM
Unknown Object (File)
Fri, Apr 26, 3:55 AM
Unknown Object (File)
Fri, Apr 26, 3:30 AM
Unknown Object (File)
Thu, Apr 25, 5:45 PM
Unknown Object (File)
Apr 1 2024, 1:12 PM
Subscribers

Details

Test Plan

Compiles, loads, and can produce a working wlan0 device.

iwm0@pci0:5:0:0:        class=0x028000 card=0x21108086 chip=0x24fb8086 rev=0x10 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Dual Band Wireless-AC 3168NGW [Stone Peak]'
    class      = network
[94829] iwm0: <Intel(R) Dual Band Wireless AC 3168> mem 0xef700000-0xef701fff at device 0.0 on pci5
[94829] iwm0: hw rev 0x220, fw ver 22.361476.0, address 28:c6:3f:15:43:c5

Here is where I need help:

iwm0: could not initiate scan

Reference https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224886

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15821
Build 15830: arc lint + arc unit

Event Timeline

kevans added inline comments.
sys/dev/iwm/if_iwm.c
5687

Nit: tab, rather than space, after #define

ivadasz added inline comments.
sys/conf/files
1991–1995

You should add .c and .fwo rules as well for the iwm3168 firmware blob.

eadler edited the test plan for this revision. (Show Details)