git: 9front

Download patch

ref: 21114c12e4275662b9979f07eeeb0bb0200c573f
parent: 7c7c7a23512be8c2f3100b61a5ea95f1d5e76d93
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Sep 4 20:16:22 EDT 2021

etheriwl: add did for Intel Centrino Advanced-N + WiMAX 6250 (thanks Nessa)

--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -4380,6 +4380,7 @@
 		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 */
--