diff options
author | 23hiro <23hiro@gmail.com> | 2018-10-25 08:09:10 +0200 |
---|---|---|
committer | 23hiro <23hiro@gmail.com> | 2018-10-25 08:09:10 +0200 |
commit | 05021e057945ef77b585b1835397f59bd3381282 (patch) | |
tree | 0d45e40e72a14905703d19d8eb183bfb326dcd65 /sys/src/9/pc/etheriwl.c | |
parent | b65a5a1ca53fc8a10cb584b62978b8487af5138c (diff) |
add Centrino Wireless-N 1030 (thanks lksmk from brazil)
Diffstat (limited to 'sys/src/9/pc/etheriwl.c')
-rw-r--r-- | sys/src/9/pc/etheriwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index d3d6c2fbf..22e92884b 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2477,6 +2477,7 @@ iwlpci(void) case 0x4238: /* Centrino Ultimate-N 6300 variant 2 */ case 0x08ae: /* Centrino Wireless-N 100 */ case 0x0083: /* Centrino Wireless-N 1000 */ + case 0x008a: /* Centrino Wireless-N 1030 */ case 0x0891: /* Centrino Wireless-N 2200 */ case 0x0887: /* Centrino Wireless-N 2230 */ case 0x0888: /* Centrino Wireless-N 2230 */ |