aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
* [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-209/+270
* 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
* Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs.Adrian Chadd2015-01-161-0/+12
* 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-3013-9/+21
* Bump the HAL_REGRANGE fields from 16 bit to 32 bit.Adrian Chadd2014-08-092-6/+7
* Add two new debug mark entries for chip power configuration.Adrian Chadd2014-08-091-0/+3
* Add Atheros AR1111 support to the HAL.Adrian Chadd2014-05-051-0/+1
* * Only update ah_powerMode if we're setting the chip sleep state.Adrian Chadd2014-04-304-12/+27
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.Adrian Chadd2014-04-271-0/+5
* * Add a new capability which returns whether the hardware supportsAdrian Chadd2014-04-273-1/+6
* 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
* Fix the AR5211 power mode tracking stuff.Adrian Chadd2014-04-241-2/+4