diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-26 10:02:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-26 10:02:03 +0200 |
commit | fa82522b69ea663dd2ac48018de4415c96bd734f (patch) | |
tree | 978b9d20dcf2ebeeee6bba76675d1d9b88626212 /sys/src/9/pc | |
parent | 3ba84f05c26b8b3f6ac1da3eeff8489bdccc7890 (diff) |
etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)
Diffstat (limited to 'sys/src/9/pc')
-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 aba316f0f..79a02c73d 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2427,6 +2427,7 @@ iwlpci(void) case 0x4236: /* WiFi Link 5300 AGN */ case 0x4237: /* Wifi Link 5100 AGN */ case 0x423d: /* Wifi Link 5150 */ + case 0x423b: /* PRO/Wireless 5350 AGN */ case 0x0085: /* Centrino Advanced-N 6205 */ case 0x422b: /* Centrino Ultimate-N 6300 variant 1 */ case 0x4238: /* Centrino Ultimate-N 6300 variant 2 */ |