From 20d2f551c271bbe8bc3f177e05693c6a8a8016b0 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Sat, 9 Feb 2013 21:54:44 -0600 Subject: add Intel (R) WiFi Link 5100 AGN, vid/did: 8086/4237 --- 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 5390ca705..651f911b2 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -1706,6 +1706,7 @@ iwlpci(void) default: continue; case 0x4236: /* WiFi Link 5300 AGN */ + case 0x4237: /* Wifi Link 5200 AGN */ break; } -- cgit v1.2.3