diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-07-31 18:33:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-07-31 18:33:42 +0200 |
commit | 2b619dc9669e34c7b110ce188a10d03849119c78 (patch) | |
tree | 0929acf0920d9c6662b75e32d0addce8dd878707 | |
parent | c4dd0f628262161b1d75e2113fc35ac86f11ec4a (diff) | |
download | plan9front-2b619dc9669e34c7b110ce188a10d03849119c78.tar.xz |
etheriwl: add pci did for WifiLink 5300 (thans senthil)
-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 2f5dd18cd..bdd35b86f 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2444,6 +2444,7 @@ iwlpci(void) case 0x4229: /* WiFi Link 4965 */ case 0x4230: /* WiFi Link 4965 */ case 0x4232: /* Wifi Link 5100 */ + case 0x4235: /* Intel Corporation Ultimate N WiFi Link 5300 */ case 0x4236: /* WiFi Link 5300 AGN */ case 0x4237: /* Wifi Link 5100 AGN */ case 0x4239: /* Centrino Advanced-N 6200 */ |