diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2013-02-09 21:54:44 -0600 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2013-02-09 21:54:44 -0600 |
| commit | 20d2f551c271bbe8bc3f177e05693c6a8a8016b0 (patch) | |
| tree | 67b65b7e6298e911e70911f6310524f2a2e350b2 | |
| parent | 97d136fb21aa6068825c4fda5a7936ba98743ac2 (diff) | |
| download | plan9front-20d2f551c271bbe8bc3f177e05693c6a8a8016b0.tar.xz | |
add Intel (R) WiFi Link 5100 AGN, vid/did: 8086/4237
| -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 5390ca705..651f911b2 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -1706,6 +1706,7 @@ iwlpci(void) default: continue; case 0x4236: /* WiFi Link 5300 AGN */ + case 0x4237: /* Wifi Link 5200 AGN */ break; } |
