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