From 2b619dc9669e34c7b110ce188a10d03849119c78 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 31 Jul 2018 18:33:42 +0200 Subject: etheriwl: add pci did for WifiLink 5300 (thans senthil) --- sys/src/9/pc/etheriwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index 2f5dd18cd..bdd35b86f 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2444,6 +2444,7 @@ iwlpci(void) case 0x4229: /* WiFi Link 4965 */ case 0x4230: /* WiFi Link 4965 */ case 0x4232: /* Wifi Link 5100 */ + case 0x4235: /* Intel Corporation Ultimate N WiFi Link 5300 */ case 0x4236: /* WiFi Link 5300 AGN */ case 0x4237: /* Wifi Link 5100 AGN */ case 0x4239: /* Centrino Advanced-N 6200 */ -- cgit v1.2.3