git: 9front

Download patch

ref: c27e21add7f4f1432216d0519ba2e1eafc91f12b
parent: bd63eb72409fd19dd0c29dfea1ccd05643954576
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Feb 9 18:34:15 EST 2013

fix typo

--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -1706,7 +1706,7 @@
 		default:
 			continue;
 		case 0x4236:	/* WiFi Link 5300 AGN */
-		case 0x4237:	/* Wifi Link 5200 AGN */
+		case 0x4237:	/* Wifi Link 5100 AGN */
 			break;
 		}
 
--