History log of /freebsd-current/tools/tools/ath/athsurvey/athsurvey.c
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 9de4b986 02-Jan-2013 Adrian Chadd <adrian@FreeBSD.org>

Fix missing err() format string.


# ab077185 28-Apr-2012 Adrian Chadd <adrian@FreeBSD.org>

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."


# dd025d9a 28-Apr-2012 Adrian Chadd <adrian@FreeBSD.org>

Add a tool to print out min, average and max channel survey information
from the current channel.

There seem to be some occasional issues with the extension channel
counters reporting more than 100% of use. I'll investigate that
soon.