From d116b2d47ca4d0e5895c360f4cbcb51d6a19e0da Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sun, 5 Sep 2021 00:16:22 +0000 Subject: [PATCH] etheriwl: add did for Intel Centrino Advanced-N + WiMAX 6250 (thanks Nessa) --- sys/src/9/pc/etheriwl.c | 1 + 1 file changed, 1 insertion(+) 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 */