aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ath
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1632-33/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1644-88/+0
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-041-1/+1
* [athstats] Add a tag to listen for beacon stuffAdrian Chadd2021-05-221-0/+3
* [athstats] Add some (but not all, sigh) missing statistics.Adrian Chadd2021-05-221-5/+33
* ncurses: only keep the version with widechar supportBaptiste Daroussin2021-01-051-1/+1
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+2
* [ath] Set WARNS to 0 here for nowAdrian Chadd2020-10-131-0/+2
* [athdebug] Fix warnings generated by gcc on mipsAdrian Chadd2020-10-131-3/+6
* [ath] Flip athratestats to use two columns for now.Adrian Chadd2020-05-161-1/+11
* [ath] ok ok, fix the indenting now that I have 5 column packet sizes.Adrian Chadd2020-05-161-2/+2
* [ath] Extend the colours to 4, not 2.Adrian Chadd2020-05-141-10/+9
* [ath] Prepare for .. more sample rate control entriesAdrian Chadd2020-05-131-7/+5
* [ar9300] Fix up this tool after test compiling it with LLVM. Le oops.Adrian Chadd2020-05-121-7/+7
* [ar9300] Update the ar9300 eeprom dump utility to include target power and CTL.Adrian Chadd2020-05-121-0/+278
* [ath] [fix] athani compilation was broken by recent ath changeMichael Zhilin2019-06-051-1/+1
* [athani] Add a simple tool to list and control ANI parameters.Adrian Chadd2019-03-063-1/+250
* Garbage collect AH_SUPPORT_AR5416 config option.Andriy Voskoboinyk2019-01-2512-12/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* [athspectral] add a knob to expose the spectral scan priority.Adrian Chadd2017-02-021-0/+6
* [athalq] fix rxtimestamp wrapping; print out per-packet timestamp deltas.Adrian Chadd2017-01-221-4/+12
* [athalq] print out unsigned tx timestamps.Adrian Chadd2017-01-221-2/+2
* [athalq] add debug parsing for the TX FIFO push status.Adrian Chadd2017-01-223-7/+29
* Print out some more fields.Adrian Chadd2016-08-121-1/+3
* Migrate athregs over to use the new stats API.Adrian Chadd2016-02-282-6/+24
* Migrate athstats to use the new stats API.Adrian Chadd2016-02-282-16/+23
* Begin abstracting out the access method for ath(4) ioctls.Adrian Chadd2016-02-282-0/+277
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* Add a format string to the err() calls.Adrian Chadd2016-02-081-2/+2
* Remove the hard-coded 'ath0' strings and use ATH_DEFAULT.Adrian Chadd2016-02-076-13/+5
* tools/tools/ath/ath_ee_v4k_print: reflect changes from r220589Andriy Voskoboinyk2016-01-221-9/+8
* Flip this over to ncurses.Adrian Chadd2015-12-151-1/+1
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-1/+1
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()Craig Rodrigues2015-08-2911-65/+59
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * Merge sync of headSimon J. Gerraty2015-05-274-46/+16
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-197-12/+91
| |\
| * \ Merge headSimon J. Gerraty2014-04-2817-707/+46
| |\ \
| * | | New dependenciesSimon J. Gerraty2013-10-131-0/+20
* | | | Make these all work with the new way of doing privatelib.Adrian Chadd2015-05-162-4/+3
* | | | Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* | | | Typecast things.Adrian Chadd2015-04-061-2/+4
* | | | Don't use a private copy of the ANI definitions - use the HAL definitions.Adrian Chadd2015-04-011-33/+6
* | | | Bump mask to be 64 bits - this fixes seeing MCS rates > 19.Adrian Chadd2015-03-231-1/+1
* | | | Convert to LIBADDBaptiste Daroussin2014-11-252-5/+2
| |_|/ |/| |
* | | Add in decode for the AR9300 RX descriptor.Adrian Chadd2014-10-041-0/+74