From bb625cebfce32d82e83107c6ac7468021746c4af Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 3 Aug 2017 23:15:58 +0200 Subject: [PATCH] etheriwl: add pci id for Intel Centrino Advanced-N 6200 on x201 tablet (thanks arpunk) --- 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 a2e1c7046..8fa3078d8 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2439,6 +2439,7 @@ iwlpci(void) case 0x4232: /* Wifi Link 5100 */ case 0x4236: /* WiFi Link 5300 AGN */ case 0x4237: /* Wifi Link 5100 AGN */ + case 0x4239: /* Centrino Advanced-N 6200 */ case 0x423d: /* Wifi Link 5150 */ case 0x423b: /* PRO/Wireless 5350 AGN */ case 0x0082: /* Centrino Advanced-N 6205 */ -- 2.44.0