aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5416
Commit message (Expand)AuthorAgeFilesLines
* ath(4): Fix a typo in a device messsageGordon Bergling2025-10-311-1/+1
* ath: Fix typo (triple M)Jose Luis Duran2024-02-031-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1628-56/+0
* ath(4): Fix two typos in source code commentsGordon Bergling2022-09-031-2/+2
* ath(4): Remove a double word in a few source code commentsGordon Bergling2022-04-091-1/+1
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-37/+19
* [ath_hal] Add KeyMiss for AR5212/AR5416 series chips.Adrian Chadd2020-06-271-2/+3
* [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-253-4/+15
* [ath] [ath_rate] Extend ath_rate_sample to better handle 11n rates and aggreg...Adrian Chadd2020-05-151-0/+1
* [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-212-4/+4
* [ath_hal] Return failure if noise floor calibration fails.Adrian Chadd2018-06-081-4/+13
* [ath_hal] Don't do ANI processing if we've reset.Adrian Chadd2018-06-081-0/+3
* [ath_hal] migrate the shared HAL_RESET_* pieces out into ath_hal.Adrian Chadd2018-05-251-6/+0
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0827-27/+81
* [ath_hal] fixes for finer grain timestamping, some 11n macrosAdrian Chadd2016-09-091-0/+3
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-2/+2
* [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-081-3/+2
* [ath_hal] add placeholders for AUDIO stomp for Kite/Kiwi.Adrian Chadd2016-06-041-0/+4
* [ath_hal] add support for setting the azimuth timestamp in the outgoing TX pa...Adrian Chadd2016-05-311-0/+6
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-025-8/+8
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* 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-3/+7
* Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-101-7/+1
* Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd2015-03-292-12/+4
* Oops; correctly reload the CCA registers with the uncapped valueAdrian Chadd2015-01-171-1/+2
* 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/+9
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.Adrian Chadd2014-04-271-0/+5
* Program the AR_TSFOOR_THRESHOLD register with a default lifted fromAdrian Chadd2014-04-271-0/+26
* Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!Adrian Chadd2014-04-271-2/+2
* Do a read-after-write to ensure the interrupt register update is flushedAdrian Chadd2014-04-271-0/+3
* Shuffle ah_powerMode to be in a sane spot for the given power operation.Adrian Chadd2014-03-201-1/+3
* Migrate the chip power mode status to public ath_hal, rather than theAdrian Chadd2014-03-101-3/+2
* Add bluetooth fixes to the AR5416/AR92xx HAL:Adrian Chadd2013-06-073-1/+12
* Fix receive on the AR9285 (Kite) with only one antenna connected.Adrian Chadd2013-06-031-1/+14
* Fix build break - the SetCapability calls return HAL_BOOL,Adrian Chadd2013-05-211-1/+1
* Extend the TXOP enforce capability to support checking whether it'sAdrian Chadd2013-05-211-0/+6
* Implement STBC receive frame statistics.Adrian Chadd2013-05-082-0/+9
* Setup needed tables for TPC on AR5416->AR9287 chips.Adrian Chadd2013-04-173-31/+270
* Now that the register definitions are in -HEAD, enable this.Adrian Chadd2013-04-151-8/+8
* Bring over some AR9271 register definitions from the QCA HAL.Adrian Chadd2013-04-151-0/+19
* CABQ calculation changes to try and fix some weird corner cases leadingAdrian Chadd2013-03-231-4/+4
* Add another register definition bit - whether to populate EVM or PLCPAdrian Chadd2013-03-101-0/+1
* add a method to set/clear the VMF field in the TX descriptor.Adrian Chadd2013-03-043-1/+14
* Part #2 of the TX chainmask changes:Adrian Chadd2013-02-252-45/+0
* Begin adding support to explicitly set the current chainmask.Adrian Chadd2013-02-253-0/+16
* Add a workaround for AR5416, AR9130 and AR9160 chipsets - work aroundAdrian Chadd2013-02-221-1/+70
* Be slightly more paranoid with the TX DMA buffer maximum threshold.Adrian Chadd2013-02-212-2/+23
* Remove this unneeded printf(), sorry!Adrian Chadd2013-02-211-4/+0