From a989f89f3e15bae969c764114a256237c3538672 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Fri, 6 Dec 2013 09:43:52 -0500 Subject: etheriwl.c: add did 4232 for intel wifi link 5100 (thanks, hmr) --- 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 c6eece284..03f9f7b54 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2263,6 +2263,7 @@ iwlpci(void) case 0x0084: /* WiFi Link 1000 */ case 0x4229: /* WiFi Link 4965 */ case 0x4230: /* WiFi Link 4965 */ + case 0x4232: /* Wifi Link 5100 */ case 0x4236: /* WiFi Link 5300 AGN */ case 0x4237: /* Wifi Link 5100 AGN */ case 0x0085: /* Centrino Advanced-N 6205 */ -- cgit v1.2.3