summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5212
AgeCommit message (Expand)Author
2025-04-28ath(4): Fix a typo in a source code commentGordon Bergling
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-07ath: Fix mismatches in array bounds.John Baldwin
2022-04-09ath(4): Remove a double word in a few source code commentsGordon Bergling
2021-04-18[ath_hal] Add get/set NAV functionsAdrian Chadd
2020-09-01ath: clean up empty lines in .c and .h filesMateusz 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-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2016-08-09sys/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-02dev/ath: minor spelling fixes in comments.Pedro F. Giffuni
2015-11-09Fix kernel build, broken in r290612Renato Botelho
2015-11-09ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd
2015-04-06Return the correct HAL data type for HAL_DIAG_ANI_STATS.Adrian Chadd
2015-04-01Use the HAL API for returning ar5212AniState, rather than just dumpingAdrian Chadd
2015-04-01Start the process of migrating the ANI statistics out of the HALs and intoAdrian Chadd
2015-03-29Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd
2014-11-23Fix the following -Werror warning from clang 3.5.0, while building theDimitry Andric
2014-09-30Add 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-22Also set the AR5212 HAL power mode tracking in the right spot.Adrian Chadd
2014-03-10Migrate the chip power mode status to public ath_hal, rather than theAdrian Chadd
2013-10-08Add channel survey support to the AR5212 HAL.Adrian Chadd
2013-02-25Begin adding support to explicitly set the current chainmask.Adrian Chadd
2012-11-27When programming the beacon timer configuration, be very explicit aboutAdrian Chadd
2012-11-23Implement 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-17Remove the ah_desc.h reference; it's not needed.Adrian Chadd
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
2012-10-31HAL updates!Adrian Chadd
2012-09-02AR5212 radar pulse fixes.Adrian Chadd
2012-09-01Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also popsAdrian Chadd
2012-08-29Add AR5413 radar parameters and strong signal diversity capability.Adrian Chadd
2012-08-24Correctly handle the "pe_enabled" flag - both when configuring DFS andAdrian Chadd
2012-08-24Add default values for the NumTxMaps capability.Adrian Chadd
2012-08-24Add the method to fetch the default DFS parameters for the AR5212 PHY.Adrian Chadd
2012-08-05Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd
2012-07-28Flesh out the multi-rate retry capability.Adrian Chadd
2012-07-19Break out the TX descriptor link field into HAL methods.Adrian Chadd
2012-07-09Extend the RX HAL API to include the RX queue identifier.Adrian Chadd
2012-05-25oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd
2012-05-01Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,Adrian Chadd
2012-04-28After thinking about this a bit more, let's not keep statistics per-channelAdrian Chadd
2012-04-28Fetch the channel survey code from the HAL.Adrian Chadd
2012-04-19Stop using the hardware register value byte order swapping for now,Adrian Chadd
2012-01-30Radar API related fixes.Adrian Chadd
2011-12-22Use the correct types when calling the decompression mask function.Adrian Chadd