diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2016-06-01 21:45:46 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2016-06-01 21:45:46 -0400 |
commit | 7c5ca77a6e4d442b4c026e2cd9e483a692f65def (patch) | |
tree | 4c964a87c9b2c5abb1916aa7829687c5abad9765 /sys/src/9/pc/etheriwl.c | |
parent | de19776b2f793de7fdf1111d84d96eb29f9a22fd (diff) |
etheriwl: add pcid 0x0082 for Intel Centrino Advanced-N 6205 variant
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 79a02c73d..6bb902e2c 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2428,6 +2428,7 @@ iwlpci(void) case 0x4237: /* Wifi Link 5100 AGN */ case 0x423d: /* Wifi Link 5150 */ case 0x423b: /* PRO/Wireless 5350 AGN */ + case 0x0082: /* Centrino Advanced-N 6205 */ case 0x0085: /* Centrino Advanced-N 6205 */ case 0x422b: /* Centrino Ultimate-N 6300 variant 1 */ case 0x4238: /* Centrino Ultimate-N 6300 variant 2 */ |