aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5416
Commit message (Expand)AuthorAgeFilesLines
* [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
* Configure larger TX FIFO default and maximum level values.Adrian Chadd2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableAdrian Chadd2013-02-201-0/+2
* The encryption type field needs to be preserved for each descriptorAdrian Chadd2013-02-091-0/+6
* Fix the short repeat option code to not flip the option to 0 whenAdrian Chadd2013-01-021-2/+2
* Bring over the basic spectral scan framework code from Qualcomm Atheros.Adrian Chadd2013-01-025-2/+283
* Add the AR9280 and later spectral scan register definitions.Adrian Chadd2012-12-281-0/+14
* Add radar_bin_thresh_sel (bit 24:26), which defines whenAdrian Chadd2012-12-281-0/+2
* Note why fast frames is disabled for 802.11n NICs now.Adrian Chadd2012-12-211-1/+7
* Methodise the BT diversity configuration function; so the AR9285Adrian Chadd2012-12-043-3/+12
* Add and tie in the AR5416 bluetooth coexistence methods into the HAL.Adrian Chadd2012-12-031-0/+10