diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-09-05 00:16:22 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-09-05 00:16:22 +0000 |
commit | d116b2d47ca4d0e5895c360f4cbcb51d6a19e0da (patch) | |
tree | 1cca8e6f4130389047917719846aa3854b5a94a4 | |
parent | bcdfdab41b20a2a945de896ed08815b430073074 (diff) |
etheriwl: add did for Intel Centrino Advanced-N + WiMAX 6250 (thanks Nessa)
-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 809532e12..6e8f95cde 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -4380,6 +4380,7 @@ iwlpci(void) case 0x423b: /* PRO/Wireless 5350 AGN */ case 0x0082: /* Centrino Advanced-N 6205 */ case 0x0085: /* Centrino Advanced-N 6205 */ + case 0x0089: /* Centrino Advanced-N + WiMAX 6250 */ case 0x422b: /* Centrino Ultimate-N 6300 variant 1 */ case 0x4238: /* Centrino Ultimate-N 6300 variant 2 */ case 0x08ae: /* Centrino Wireless-N 100 */ |