| Age | Commit message (Expand) | Author |
| 2025-04-28 | ath(4): Fix a typo in a source code comment | Gordon Bergling |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2022-12-07 | ath: Fix mismatches in array bounds. | John Baldwin |
| 2022-04-09 | ath(4): Remove a double word in a few source code comments | Gordon Bergling |
| 2021-04-18 | [ath_hal] Add get/set NAV functions | Adrian Chadd |
| 2020-09-01 | ath: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-06-27 | [ath_hal] Add KeyMiss for AR5212/AR5416 series chips. | Adrian Chadd |
| 2019-04-21 | [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti... | Adrian Chadd |
| 2018-06-08 | [ath_hal] Don't do ANI processing if we've reset. | Adrian Chadd |
| 2017-12-08 | SPDX: license IDs for some ISC-related files. | Pedro F. Giffuni |
| 2016-08-09 | sys/dev: replace comma with semicolon when pertinent. | Pedro F. Giffuni |
| 2016-07-15 | [ath] [ath_hal] break out the duration calculation to optionally include SIFS. | Adrian Chadd |
| 2016-07-08 | [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length. | Adrian Chadd |
| 2016-05-02 | dev/ath: minor spelling fixes in comments. | Pedro F. Giffuni |
| 2015-11-09 | Fix kernel build, broken in r290612 | Renato Botelho |
| 2015-11-09 | ath(4): begin fleshing out a "reset type" extension to force cold/warn resets. | Adrian Chadd |
| 2015-04-06 | Return the correct HAL data type for HAL_DIAG_ANI_STATS. | Adrian Chadd |
| 2015-04-01 | Use the HAL API for returning ar5212AniState, rather than just dumping | Adrian Chadd |
| 2015-04-01 | Start the process of migrating the ANI statistics out of the HALs and into | Adrian Chadd |
| 2015-03-29 | Move the HAL channel survey support out to be in the top-level HAL, | Adrian Chadd |
| 2014-11-23 | Fix the following -Werror warning from clang 3.5.0, while building the | Dimitry Andric |
| 2014-09-30 | Add initial support for the AR9485 CUS198 / CUS230 variants. | Adrian Chadd |
| 2014-04-30 | * Only update ah_powerMode if we're setting the chip sleep state. | Adrian Chadd |
| 2014-03-22 | Also set the AR5212 HAL power mode tracking in the right spot. | Adrian Chadd |
| 2014-03-10 | Migrate the chip power mode status to public ath_hal, rather than the | Adrian Chadd |
| 2013-10-08 | Add channel survey support to the AR5212 HAL. | Adrian Chadd |
| 2013-02-25 | Begin adding support to explicitly set the current chainmask. | Adrian Chadd |
| 2012-11-27 | When programming the beacon timer configuration, be very explicit about | Adrian Chadd |
| 2012-11-23 | Implement a HAL method to set a 64 bit TSF value. | Adrian Chadd |
| 2012-11-17 | .. include ah_desc.h here now. | Adrian Chadd |
| 2012-11-17 | Remove the ah_desc.h reference; it's not needed. | Adrian Chadd |
| 2012-11-05 | Remove duplicate const specifiers in many drivers (I hope I got all of | Dimitry Andric |
| 2012-10-31 | HAL updates! | Adrian Chadd |
| 2012-09-02 | AR5212 radar pulse fixes. | Adrian Chadd |
| 2012-09-01 | Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also pops | Adrian Chadd |
| 2012-08-29 | Add AR5413 radar parameters and strong signal diversity capability. | Adrian Chadd |
| 2012-08-24 | Correctly handle the "pe_enabled" flag - both when configuring DFS and | Adrian Chadd |
| 2012-08-24 | Add default values for the NumTxMaps capability. | Adrian Chadd |
| 2012-08-24 | Add the method to fetch the default DFS parameters for the AR5212 PHY. | Adrian Chadd |
| 2012-08-05 | Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values. | Adrian Chadd |
| 2012-07-28 | Flesh out the multi-rate retry capability. | Adrian Chadd |
| 2012-07-19 | Break out the TX descriptor link field into HAL methods. | Adrian Chadd |
| 2012-07-09 | Extend the RX HAL API to include the RX queue identifier. | Adrian Chadd |
| 2012-05-25 | oops - ath_hal_disablepcie is actually destined for another purpose, | Adrian Chadd |
| 2012-05-01 | Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t, | Adrian Chadd |
| 2012-04-28 | After thinking about this a bit more, let's not keep statistics per-channel | Adrian Chadd |
| 2012-04-28 | Fetch the channel survey code from the HAL. | Adrian Chadd |
| 2012-04-19 | Stop using the hardware register value byte order swapping for now, | Adrian Chadd |
| 2012-01-30 | Radar API related fixes. | Adrian Chadd |
| 2011-12-22 | Use the correct types when calling the decompression mask function. | Adrian Chadd |