diff options
| -rw-r--r-- | sys/src/9/pc/etheriwl.c | 4 |
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; |
