diff options
author | qwx <qwx@sciops.net> | 2022-08-11 09:51:36 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2022-08-11 09:51:36 +0000 |
commit | 3903645ab96a8cd5f62355e43046a8cab953d1dd (patch) | |
tree | ecd1ac8f8cc7a43f956362e6de2be18c659660ce /sys/src/9/pc | |
parent | 07e14e43baafbfe7855a2003faa15e70ec5640a1 (diff) |
etheriwl: add 7265 device id
tested and working well on x250
Diffstat (limited to 'sys/src/9/pc')
-rw-r--r-- | sys/src/9/pc/etheriwl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index 5dc0567ae..3c63f3dcf 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -4444,6 +4444,10 @@ iwlpci(void) family = 7000; fwname = "iwm-7260-17"; break; + case 0x95b: /* Wireless AC 7265 */ + family = 7000; + fwname = "iwm-7265-17"; + break; case 0x24f3: /* Wireless AC 8260 */ family = 8000; fwname = "iwm-8000C-34"; |