shithub: riscv

Download patch

ref: e60f177ad2cb6e0bddf27842412a26eab308708e
parent: 4ae79545470c374834487e5d5b2559ae7d430c43
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Apr 10 18:13:54 EDT 2013

etheriwl: add pci id for Centrino Wireless-N 100 (thanks fgudin9)

--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -2268,6 +2268,7 @@
 		case 0x4237:	/* Wifi Link 5100 AGN */
 		case 0x0085:	/* Centrino Advanced-N 6205 */
 		case 0x422b:	/* Centrino Ultimate-N 6300 */
+		case 0x08ae:	/* Centrino Wireless-N 100 */
 			break;
 		}
 
--