From e60f177ad2cb6e0bddf27842412a26eab308708e Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 10 Apr 2013 22:13:54 +0200 Subject: [PATCH] etheriwl: add pci id for Centrino Wireless-N 100 (thanks fgudin9) --- 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 65bbd204f..6c192a6b7 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2268,6 +2268,7 @@ iwlpci(void) case 0x4237: /* Wifi Link 5100 AGN */ case 0x0085: /* Centrino Advanced-N 6205 */ case 0x422b: /* Centrino Ultimate-N 6300 */ + case 0x08ae: /* Centrino Wireless-N 100 */ break; }