git: 9front

Download patch

ref: 6bb99a19f5e7363b47e2bd851f639beac4b0fa4b
parent: 78d43ae84c996bda4b4b533bf771597bd3221875
author: qwx <qwx@sciops.net>
date: Tue Jun 25 15:08:54 EDT 2024

etheriwl: add support for 3168

--- a/sys/src/9/port/etheriwl.c
+++ b/sys/src/9/port/etheriwl.c
@@ -4479,6 +4479,10 @@
 			family = 8000;
 			fwname = "iwm-8000C-34";
 			break;
+		case 0x24fb:	/* Wireless AC 3168 */
+			family = 7000;
+			fwname = "iwm-3168-29";
+			break;
 		case 0x24fd:	/* Wireless AC 8265 */
 			family = 8000;
 			fwname = "iwm-8265-34";
--