From 42045720006a174506eb7187df0d0449270cad0e Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 10 Feb 2013 23:38:08 +0100 Subject: etheriwl: fix mistake --- sys/src/9/pc/etheriwl.c | 4 ++-- 1 file 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; -- cgit v1.2.3