1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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."
This commit is contained in:
Adrian Chadd 2012-04-28 23:13:09 +00:00
parent f85ad80c6f
commit ab07718555
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234777

View File

@ -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);