| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-01-19 | ath(4): Fix a sysctl description and a typo in a comment | Gordon Bergling |
| 2021-05-22 | [ath] Add ast_tsfoor to the sysctl statistics array. | Adrian Chadd |
| 2020-09-01 | ath: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-05-25 | [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i... | Adrian Chadd |
| 2020-02-21 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many) | Pawel Biernacki |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-06-09 | [ath] report node queue overflows. | Adrian Chadd |
| 2016-04-29 | [ath] Add counters for STBC TX and LDPC TX. | Adrian Chadd |
| 2016-03-01 | Remove taskqueue_enqueue_fast(). | John Baldwin |
| 2015-08-27 | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff |
| 2015-08-08 | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd |
| 2015-08-07 | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff |
| 2015-07-04 | Wake up the hardware before doing anything in sysctl. | Adrian Chadd |
| 2014-12-23 | Bump the valid GPIO range for rfkill up from 8 to 16. | Adrian Chadd |
| 2014-05-06 | Modify the RX path to keep the previous RX descriptor around once it's | Adrian Chadd |
| 2014-04-30 | Bring over some initial power save management support, reset path | Adrian Chadd |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-05-21 | Implement a separate hardware queue threshold for aggregate and non-aggr | Adrian Chadd |
| 2013-05-08 | Implement STBC receive frame statistics. | Adrian Chadd |
| 2013-05-07 | Re-work how transmit buffer limits are enforced - partly to fix the PR, | Adrian Chadd |
| 2013-03-24 | Overhaul the TXQ locking (again!) as part of some beacon/cabq timing | Adrian Chadd |
| 2013-03-18 | Print out the current fifo queue depth correctly - not just the max | Adrian Chadd |
| 2013-03-18 | Dump out information about the RX descriptor free list and FIFO information. | Adrian Chadd |
| 2013-03-14 | Implement "holding buffers" per TX queue rather than globally. | Adrian Chadd |
| 2013-02-21 | Add an option to allow the minimum number of delimiters to be tweaked. | Adrian Chadd |
| 2013-02-21 | Add a new option to limit the maximum size of aggregates. | Adrian Chadd |
| 2013-01-15 | Implement frame (data) transmission using if_transmit(), rather than | Adrian Chadd |
| 2012-11-13 | Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ. | Adrian Chadd |
| 2012-11-10 | s/ATH_DEBUG/ATH_DEBUG_ALQ | Kevin Lo |
| 2012-11-08 | Fix the build - fix up the ath_alq code to not compile by default. | Adrian Chadd |
| 2012-11-08 | Add some hooks into the driver to attach, detach and record EDMA descriptor | Adrian Chadd |
| 2012-09-24 | Migrate the ath(4) KTR logging to use an ATH_KTR() macro. | Adrian Chadd |
| 2012-09-18 | Implement my first cut at filtered frames in aggregation sessions. | Adrian Chadd |
| 2012-08-14 | Dump out the TX FIFO depth. | Adrian Chadd |
| 2012-07-15 | Handle RX Keymiss events. | Adrian Chadd |
| 2012-06-14 | Implement a global (all non-mgmt traffic) TX ath_buf limitation when | Adrian Chadd |
| 2012-06-13 | Implement a separate, smaller pool of ath_buf entries for use by management | Adrian Chadd |
| 2012-05-15 | Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD; | Adrian Chadd |
| 2012-04-10 | Squirrel away SYNC interrupt debugging if it's enabled in the HAL. | Adrian Chadd |
| 2012-04-07 | Break out the legacy duration and protection code into routines, | Adrian Chadd |
| 2012-03-10 | Don't flood the cabq/mcastq with frames. | Adrian Chadd |
| 2012-02-28 | Correct capitalization of "Hz" in user-visible text (manpages, printf(), | Gavin Atkinson |
| 2011-12-26 | Flesh out configurable hardware based LED blinking. | Adrian Chadd |
| 2011-12-26 | Refactor out the software LED config code into a common function, called | Adrian Chadd |
| 2011-11-23 | Flesh out the TX aggregation completion statistics. | Adrian Chadd |
| 2011-11-09 | Introduce a work-around for issues with the AR5416 based MAC on SMP devices. | Adrian Chadd |
| 2011-11-09 | Add a new HAL parameter which forces a full reset rather than warm reset. | Adrian Chadd |
| 2011-11-08 | In preparation for supporting 11n TX/RX properly, allow for TX queue draining | Adrian Chadd |