History log of /freebsd-current/tools/tools/ath/athspectral/athspectral.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/


# a3c47b04 01-Feb-2017 Adrian Chadd <adrian@FreeBSD.org>

[athspectral] add a knob to expose the spectral scan priority.

This is required for AR9380 and later chips.. please leave it at 0 for now.


# 65f41e58 06-Feb-2016 Adrian Chadd <adrian@FreeBSD.org>

Remove the hard-coded 'ath0' strings and use ATH_DEFAULT.

Remove the duplicate ATH_DEFAULT fields. The build bits should be including
../Makefile.inc as appropriate.


# 4cfeefe1 14-Jun-2013 Adrian Chadd <adrian@FreeBSD.org>

Add missing formatting strings.

Thanks to: clang


# 1efdee81 09-Jan-2013 Adrian Chadd <adrian@FreeBSD.org>

Add the "enable at reset" functionality to trigger spectral scan upon
a channel change/reset.


# c8308f78 01-Jan-2013 Adrian Chadd <adrian@FreeBSD.org>

Add a very skeletal spectral scan control application.

The main use for this is to manually trigger spectral scan operations
(athspectral -i athX start) whilst doing debugging.