summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-02-10 23:38:08 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-02-10 23:38:08 +0100
commit42045720006a174506eb7187df0d0449270cad0e (patch)
tree19e27d99528aefa506ef210743e2866a32ac767c
parentd5305dc19943b98ce9e5a98110389d6800f56318 (diff)
downloadplan9front-42045720006a174506eb7187df0d0449270cad0e.tar.xz
etheriwl: fix mistake
-rw-r--r--sys/src/9/pc/etheriwl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c
index a059be558..ccb211647 100644
--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -1501,9 +1501,9 @@ receive(Ctlr *ctlr)
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;