Bug 252578 - iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i
Summary: iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: Mark Johnston
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2021-01-11 15:26 UTC by shu
Modified: 2021-01-21 14:41 UTC (History)
3 users (show)

See Also:


Attachments
patch (757 bytes, patch)
2021-01-11 15:26 UTC, shu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description shu 2021-01-11 15:26:25 UTC
Created attachment 221460 [details]
patch

I have one Intel Killer(R) Wireless-AC 1550i Wireless Network Adapter (9560NGW) Hardware ID PCI\VEN_8086&DEV_31DC in my laptop.

# pciconf -lv none1
none1@pci0:0:12:0:	class=0x028000 card=0x40308086 chip=0x31dc8086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network

The patch file is in the attachment, thank you.
Comment 1 Ed Maste freebsd_committer freebsd_triage 2021-01-12 16:55:18 UTC
Everything works fine with the patch?
Comment 2 shu 2021-01-13 01:01:01 UTC
I don’t use my laptop very frequently, and the data communication function of the wireless network card is fine during my use.I can connect 2.4g and 5g network. I don't do other tests, please let me known if needed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-01-14 16:47:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=90cc8706ccb2da130c0b1a28434a9ec5d4c80d81

commit 90cc8706ccb2da130c0b1a28434a9ec5d4c80d81
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-01-14 16:41:28 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-01-14 16:41:28 +0000

    iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i

    PR:             252578
    Submitted by:   shu <ankohuu@outlook.com>
    MFC after:      1 week

 sys/dev/iwm/if_iwm.c | 2 ++
 1 file changed, 2 insertions(+)
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-01-21 14:41:07 UTC
A commit in branch stable/12 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=920d22cca1a2593b3751c39ce9dc250becc31a8c

commit 920d22cca1a2593b3751c39ce9dc250becc31a8c
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-01-14 16:41:28 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-01-21 14:39:50 +0000

    iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i

    PR:             252578
    Submitted by:   shu <ankohuu@outlook.com>

    (cherry picked from commit 90cc8706ccb2da130c0b1a28434a9ec5d4c80d81)

 sys/dev/iwm/if_iwm.c | 2 ++
 1 file changed, 2 insertions(+)
Comment 5 Mark Johnston freebsd_committer freebsd_triage 2021-01-21 14:41:35 UTC
Thanks for the patch.