diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2013-02-09 23:34:15 -0600 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2013-02-09 23:34:15 -0600 |
| commit | c2f5d36d7f5b5df5896ee601c39c847f24636899 (patch) | |
| tree | e07fe7d1250783ff8c22f9d89d0246d4d16801f6 | |
| parent | 972e4e75ee4759642fd11254785f07c6a52ae5c4 (diff) | |
| download | plan9front-c2f5d36d7f5b5df5896ee601c39c847f24636899.tar.xz | |
fix typo
| -rw-r--r-- | sys/src/9/pc/etheriwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index 651f911b2..19fd2db70 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -1706,7 +1706,7 @@ iwlpci(void) default: continue; case 0x4236: /* WiFi Link 5300 AGN */ - case 0x4237: /* Wifi Link 5200 AGN */ + case 0x4237: /* Wifi Link 5100 AGN */ break; } |
