ref: b830655219df51b8db6af8f4f47ae2609f729e1b
parent: 54c77ef974cb075df205c5757aea81c2feb880cb
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Feb 10 18:38:08 EST 2013
etheriwl: fix mistake
--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -1501,9 +1501,9 @@
break;
case 28: /* tx done */
break;
- case 102: /* calibration result (Type5000 only)
+ case 102: /* calibration result (Type5000 only) */
break;
- case 103: /* calibration done (Type5000 only)
+ case 103: /* calibration done (Type5000 only) */
break;
case 130: /* start scan */
break;
--
⑨