diff options
| -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 6aba5023e..f7b353242 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -4348,6 +4348,10 @@ iwlpci(void) family = 0; fwname = nil; break; + case 0x24f3: /* Wireless AC 8260 */ + family = 8000; + fwname = "iwm-8000C-34"; + break; case 0x24fd: /* Wireless AC 8265 */ family = 8000; fwname = "iwm-8265-34"; |
