aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-253-5/+11
* [ath_hal_ar9300] Ensure AH_BYTE_ORDER is defined before used.Adrian Chadd2020-05-1210-0/+51
* [ath_hal] [ath_hal_ar9300] Fix endian macros to work in and out of kernel tree.Adrian Chadd2020-05-122-13/+13
* [ar9300] Disable unconditionally reducing transmit power in the case of FCC.Adrian Chadd2020-05-112-0/+42
* athhal: disable unused function (big endian only)Bjoern A. Zeeb2019-08-211-0/+4
* [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-213-11/+3
* [ath_hal_ar9300] Add some comments around the AR9300 ANI code.Adrian Chadd2019-03-191-2/+28
* [ath_hal_ar9300] Add the missing bits from the previous HAL commit.Adrian Chadd2019-03-062-5/+56
* [ath_hal_ar9300] Add the extra ANI configuration fields for the AR93xx HAL.Adrian Chadd2019-03-041-4/+2
* [ath_hal] Return failure if noise floor calibration fails.Adrian Chadd2018-06-083-3/+27
* [ath_hal] migrate the shared HAL_RESET_* pieces out into ath_hal.Adrian Chadd2018-05-251-6/+0
* Quiesce a couple pages of clang warnings with a cast. DuplicatesSean Bruno2018-05-181-1/+1
* [ath_hal] add USB reset PLL work around for AR9331/AR9344 (Hornet/Wasp.)Adrian Chadd2017-06-041-2/+27
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* [ath_hal] [ar9300] link in the CAC enable/diable methods and expose it via th...Adrian Chadd2017-02-033-6/+8
* [ath_hal] [ar9300] initial radar decode for AR9380 and later chips.Adrian Chadd2017-02-031-1/+196
* [ath_hal] [ar9300] initial radar detection glue.Adrian Chadd2017-02-024-12/+29
* [ath_hal] [ar9300] initial hacks to make spectral scan working on AR9380 and ...Adrian Chadd2017-02-021-2/+32
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* [ath_hal] quieten a bit of the boot messages - this stuff has been working fo...Adrian Chadd2016-09-121-0/+4
* [ath_hal] add USB PHY control registers for hornet/AR9330.Adrian Chadd2016-08-281-0/+6
* [ar9300] don't program a negative readytime.Adrian Chadd2016-08-091-0/+2
* [ath_hal] add in locationing timer support and capabilities.Adrian Chadd2016-07-081-0/+25
* [ath_hal] add locationing / tx-beamforming RX status descriptor decoding.Adrian Chadd2016-07-081-5/+29
* [ath_hal] Add setting positioning bit and clear sounding-disable bit.Adrian Chadd2016-07-081-0/+8
* [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-081-3/+2
* [ath] implement TX queue configuration extensions for the AR9380 HAL.Adrian Chadd2016-06-201-13/+33
* [ath_hal] modify the xmit code to use temporary variables for setting qmisc/d...Adrian Chadd2016-06-081-38/+23
* [ath_hal] add a _S so FSP (frame scheduling policy) can be set/read via SM/MS...Adrian Chadd2016-06-081-0/+1
* [ath_hal] correctly initialise the CAB queue default valueAdrian Chadd2016-06-081-5/+23
* [ath_hal] initialise ah_beaconInterval when the AP/IBSS/TDMA beacon is setup.Adrian Chadd2016-06-082-2/+3
* [ath_hal] add AR9462 (jupiter) RX gain / XLNA programming.Adrian Chadd2016-06-053-0/+60
* [ath_hal] Add Jupiter 2.1 (AR9462 mac 640.3) support.Adrian Chadd2016-06-051-3/+32
* [ath_hal] teach the reset path(s) about Jupiter 2.1.Adrian Chadd2016-06-051-3/+4
* [ath_hal] convert the MCI code over to work on Jupiter 2.1.Adrian Chadd2016-06-051-7/+7
* [ath_hal] Make the AR9462 2.0 initvals from ath9k compile.Adrian Chadd2016-06-051-19/+20
* [ath_hal] add STOMP_AUDIO for AR9462/QCA9565.Adrian Chadd2016-06-041-0/+6
* [ath_hal] add azimuth timestamp payload marking for AR9380 and later chips.Adrian Chadd2016-06-011-0/+1
* [ath_hal] implement shared PA handling checks, based on ath9k.Adrian Chadd2016-06-011-8/+16
* [ath_hal] add MCI bits from ath9k for QCA9565Adrian Chadd2016-06-011-21/+106
* [ath_hal] add support for QCA9565 for configuring the bluetooth antenna LNA d...Adrian Chadd2016-06-011-3/+34
* [ath_hal] Allow the BT antenna diversity option to be enabled for QCA9565.Adrian Chadd2016-06-011-2/+4
* [ath_hal] add QCA9565 bluteooth antenna control.Adrian Chadd2016-06-011-2/+30
* [ath_hal] add extra debugging for MCI interrupts.Adrian Chadd2016-06-011-0/+2
* [ath_hal] rename the MCI state info routine.Adrian Chadd2016-05-311-1/+10
* [ath_hal] add QCA9565 and MCI related registers.Adrian Chadd2016-05-311-0/+29
* [ath_hal] migrate the bluetooth definitions out from ah.h / ar9300_freebsd_in...Adrian Chadd2016-05-311-357/+0
* [ath] ensure the right methods / options get overridden for MCI bluetooth coexAdrian Chadd2016-05-311-5/+5
* Add initial ar9300 HAL support for the spectral scan mode.Adrian Chadd2015-12-023-9/+29
* Adjust a comment; we now support these embedded boards!Adrian Chadd2015-12-011-1/+1