summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-04-28 23:13:09 +0000
committeradrian <adrian@FreeBSD.org>2012-04-28 23:13:09 +0000
commitc88e10dea88eb3ba5105a0fff20028a2b4766dd8 (patch)
tree5b6e1eacc3f3277190cc9df2cca6e51ac6bd19b9 /tools
parentf26417e87c8113034d4e5c011f2e2e8eeda66feb (diff)
downloadFreeBSD-src-c88e10dea88eb3ba5105a0fff20028a2b4766dd8.zip
FreeBSD-src-c88e10dea88eb3ba5105a0fff20028a2b4766dd8.tar.gz
Change cc -> bc : "bc" is "busy count", which is the % of time the channel
is considered "busy but not doing any active TX or frame RX." Just keep in mind that "frame RX" is "decoding what looks like a wifi signal", not necessarily "frame successfully decoded for this particular device."
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athsurvey/athsurvey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/ath/athsurvey/athsurvey.c b/tools/tools/ath/athsurvey/athsurvey.c
index e141119..e0a4cf3 100644
--- a/tools/tools/ath/athsurvey/athsurvey.c
+++ b/tools/tools/ath/athsurvey/athsurvey.c
@@ -201,9 +201,9 @@ main(int argc, char *argv[])
"min "
"avg "
"max\n");
- printf(" tx%% rx%% cc%% ec%% ");
- printf(" tx%% rx%% cc%% ec%% ");
- printf(" tx%% rx%% cc%% ec%%\n");
+ printf(" tx%% rx%% bc%% ec%% ");
+ printf(" tx%% rx%% bc%% ec%% ");
+ printf(" tx%% rx%% bc%% ec%%\n");
}
process_survey_stats(&hs);
sleep(1);
OpenPOWER on IntegriCloud