shithub: riscv

Download patch

ref: 53234798c06dbac52c8717b7eab9cb4a126fe846
parent: 204a96f163641de8ebca76a0b0873412b3b333aa
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Oct 5 10:10:12 EDT 2020

etheriwl: add Wireless 8260 card

After the latest tweaks to the order of operations,
the card works.

--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -4348,6 +4348,10 @@
 			family = 0;
 			fwname = nil;
 			break;
+		case 0x24f3:	/* Wireless AC 8260 */
+			family = 8000;
+			fwname = "iwm-8000C-34";
+			break;
 		case 0x24fd:	/* Wireless AC 8265 */
 			family = 8000;
 			fwname = "iwm-8265-34";