diff options
| author | Gavin Atkinson <gavin@FreeBSD.org> | 2010-02-05 08:52:51 +0000 |
|---|---|---|
| committer | Gavin Atkinson <gavin@FreeBSD.org> | 2010-02-05 08:52:51 +0000 |
| commit | 75cf52103d463aa83358381aa1a6b18a7c7b20b9 (patch) | |
| tree | 07d899759b7ed93cb8e745fbb402270ad9a208fb /tools | |
| parent | 3a5d679ee579dc7d0d42d7797b89b579a9bf4535 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/ath/athdecode/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/ath/athdecode/main.c b/tools/tools/ath/athdecode/main.c index e27c4e49bb77..977ae1400f46 100644 --- a/tools/tools/ath/athdecode/main.c +++ b/tools/tools/ath/athdecode/main.c @@ -125,13 +125,13 @@ opmark(FILE *fd, int i, const struct athregrec *r) fprintf(fd, "ar%uReset (done), OK", state.chipnum); break; case AH_MARK_CHIPRESET: - fprintf(fd, "ar%uChipReset, channel %u Mhz", state.chipnum, r->val); + fprintf(fd, "ar%uChipReset, channel %u MHz", state.chipnum, r->val); break; case AH_MARK_PERCAL: - fprintf(fd, "ar%uPerCalibration, channel %u Mhz", state.chipnum, r->val); + fprintf(fd, "ar%uPerCalibration, channel %u MHz", state.chipnum, r->val); break; case AH_MARK_SETCHANNEL: - fprintf(fd, "ar%uSetChannel, channel %u Mhz", state.chipnum, r->val); + fprintf(fd, "ar%uSetChannel, channel %u MHz", state.chipnum, r->val); break; case AH_MARK_ANI_RESET: switch (r->val) { |
