aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
* MFS r365608:Bjoern A. Zeeb2020-09-1274-160/+121
* [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-082-0/+6
* [ath_hal] migrate the shared HAL_RESET_* pieces out into ath_hal.Adrian Chadd2018-05-252-6/+6
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-08145-145/+435
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2714-15/+43
* Increase timeout in Atheros HALWojciech Macek2017-05-291-1/+1
* [ath] [ath_hal] retire AH_SUPPORT_AR5416 changing anything.Adrian Chadd2017-05-253-34/+0
* [ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd2017-05-252-4/+100
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* [ath_hal] implement NULL methods for ah_setQuiet for AR5210, AR5211.Adrian Chadd2017-02-096-0/+20
* [ath_hal] prepare for CAC quiet time.Adrian Chadd2017-02-032-0/+21
* [ath_hal] add debugging level for spectral scan.Adrian Chadd2017-02-021-0/+1
* [ath_hal] note that the CCA configuration setting may be chip-dependent.Adrian Chadd2017-01-241-0/+3
* [ath_hal] mad, mad hacks to get some semblence of correct HT/40 channels popu...Adrian Chadd2017-01-051-3/+55
* [ath_hal] add a new regdomain flag - I think this means "yes, you can use thisAdrian Chadd2016-09-261-1/+2
* [ath_hal] add a comment for the channel 144 regdomain flag.Adrian Chadd2016-09-251-0/+8
* [ath_hal] Add FCC6_FCCA regulatory domain (0x0014).Adrian Chadd2016-09-254-10/+35
* [ath_hal] fixes for finer grain timestamping, some 11n macrosAdrian Chadd2016-09-094-16/+37
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-092-4/+4
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-153-20/+33
* [ath_hal] add capability bit for querying/controlling the ToA/ToD positioning...Adrian Chadd2016-07-081-0/+1
* [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-087-12/+15
* [ath_hal] extend the TX/RX descriptor layout to include location/beamforming ...Adrian Chadd2016-07-081-1/+12
* [ath_hal] add placeholders for AUDIO stomp for Kite/Kiwi.Adrian Chadd2016-06-041-0/+4
* [ath_hal] add BTCOEX_STOMP_AUDIO; delete unused methods.Adrian Chadd2016-06-041-2/+1
* [ath_hal] add extra MCI definitions used by the later chips (QCA9565/Aphrodite).Adrian Chadd2016-06-011-0/+21
* [ath_hal] rename the MCI state info routine.Adrian Chadd2016-05-311-1/+1
* [ath_hal] add support for setting the azimuth timestamp in the outgoing TX pa...Adrian Chadd2016-05-311-0/+6
* [ath_hal] reserve a HAL_TXDESC_ bit for azimuth TX timestamp requests.Adrian Chadd2016-05-311-1/+2
* [ath_hal] migrate the bluetooth definitions out from ah.h / ar9300_freebsd_in...Adrian Chadd2016-05-311-131/+1
* [ath_hal] add bluetooth coexistence definitions for both legacy and MCI.Adrian Chadd2016-05-311-0/+503
* [ath] convert recent changes over to HAL format.Adrian Chadd2016-05-201-5/+6
* ath: refactor/split getchannels() method.Andriy Voskoboinyk2016-05-192-211/+272
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0218-27/+27
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Fix up the ath(4) device names for QCA chipsets.Adrian Chadd2016-02-291-30/+27
* fix ht/40 configuration for ar9331 (hornet).Adrian Chadd2015-11-302-6/+6
* [ath_hal] use the correct revision information for QCA953x.Adrian Chadd2015-11-282-4/+2
* * Add device string for QCA955x (scorpion);Adrian Chadd2015-11-282-0/+7
* Fix kernel build, broken in r290612Renato Botelho2015-11-092-2/+2
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-0911-15/+32
* Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-101-7/+1
* 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-014-4/+48
* Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd2015-03-298-30/+58
* Add a new field to HAL_ANISTATS - the extension channel busy count.Adrian Chadd2015-03-291-0/+1
* Add a new HAL capability - required to compile the updated AR9300Adrian Chadd2015-01-281-1/+2
* Oops; correctly reload the CCA registers with the uncapped valueAdrian Chadd2015-01-171-1/+2