aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5212
Commit message (Expand)AuthorAgeFilesLines
* ath(4): Fix a typo in a source code commentGordon Bergling2025-04-281-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1627-54/+0
* ath: Fix mismatches in array bounds.John Baldwin2022-12-071-1/+1
* ath(4): Remove a double word in a few source code commentsGordon Bergling2022-04-091-1/+1
* [ath_hal] Add get/set NAV functionsAdrian Chadd2021-04-193-0/+31
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0115-29/+18
* [ath_hal] Add KeyMiss for AR5212/AR5416 series chips.Adrian Chadd2020-06-271-1/+2
* [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-212-4/+4
* [ath_hal] Don't do ANI processing if we've reset.Adrian Chadd2018-06-081-0/+3
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0826-26/+78
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-2/+2
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-151-3/+4
* [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-081-1/+2
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-028-13/+13
* Fix kernel build, broken in r290612Renato Botelho2015-11-091-1/+1
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-092-2/+4
* Return the correct HAL data type for HAL_DIAG_ANI_STATS.Adrian Chadd2015-04-062-20/+10
* Use the HAL API for returning ar5212AniState, rather than just dumpingAdrian Chadd2015-04-012-3/+24
* Start the process of migrating the ANI statistics out of the HALs and intoAdrian Chadd2015-04-013-4/+6
* Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd2015-03-294-16/+3
* Fix the following -Werror warning from clang 3.5.0, while building theDimitry Andric2014-11-231-1/+7
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-301-1/+1
* * Only update ah_powerMode if we're setting the chip sleep state.Adrian Chadd2014-04-301-3/+6
* Also set the AR5212 HAL power mode tracking in the right spot.Adrian Chadd2014-03-221-1/+3
* Migrate the chip power mode status to public ath_hal, rather than theAdrian Chadd2014-03-102-4/+2
* Add channel survey support to the AR5212 HAL.Adrian Chadd2013-10-083-18/+102
* Begin adding support to explicitly set the current chainmask.Adrian Chadd2013-02-253-0/+8
* When programming the beacon timer configuration, be very explicit aboutAdrian Chadd2012-11-271-4/+13
* Implement a HAL method to set a 64 bit TSF value.Adrian Chadd2012-11-231-0/+1
* .. include ah_desc.h here now.Adrian Chadd2012-11-172-0/+2
* Remove the ah_desc.h reference; it's not needed.Adrian Chadd2012-11-171-1/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* HAL updates!Adrian Chadd2012-10-311-1/+23
* AR5212 radar pulse fixes.Adrian Chadd2012-09-021-13/+12
* Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also popsAdrian Chadd2012-09-011-4/+14
* Add AR5413 radar parameters and strong signal diversity capability.Adrian Chadd2012-08-292-21/+155
* Correctly handle the "pe_enabled" flag - both when configuring DFS andAdrian Chadd2012-08-241-1/+7
* Add default values for the NumTxMaps capability.Adrian Chadd2012-08-241-0/+1
* Add the method to fetch the default DFS parameters for the AR5212 PHY.Adrian Chadd2012-08-243-1/+33
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-052-2/+7
* Flesh out the multi-rate retry capability.Adrian Chadd2012-07-281-0/+1
* Break out the TX descriptor link field into HAL methods.Adrian Chadd2012-07-193-0/+33
* Extend the RX HAL API to include the RX queue identifier.Adrian Chadd2012-07-092-4/+8
* oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd2012-05-251-3/+4
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,Adrian Chadd2012-05-013-2/+15
* After thinking about this a bit more, let's not keep statistics per-channelAdrian Chadd2012-04-283-5/+5
* Fetch the channel survey code from the HAL.Adrian Chadd2012-04-282-0/+9
* Stop using the hardware register value byte order swapping for now,Adrian Chadd2012-04-191-4/+3
* Radar API related fixes.Adrian Chadd2012-01-303-0/+18
* Use the correct types when calling the decompression mask function.Adrian Chadd2011-12-221-1/+1