aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fix the buildEnji Cooper2015-11-301-0/+2
* fix ht/40 configuration for ar9331 (hornet).Adrian Chadd2015-11-301-2/+13
* add missing initvals.Adrian Chadd2015-11-291-0/+1420
* Add initial support for the QCA953x SoC (honeybee) wifi.Adrian Chadd2015-11-298-41/+260
* u32 -> uint32_t.Adrian Chadd2015-11-291-3/+3
* [ath_hal] add AR9461 (jupiter) 2.1 support.Adrian Chadd2015-11-294-9/+1583
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-094-1/+4
* Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-101-1/+1
* Fix compilation error on gcc-5.2.0 - it now warns on non-paranthen'edAdrian Chadd2015-08-301-2/+2
* Add a missing method - ath_hal_settsf64().Adrian Chadd2015-08-051-0/+13
* Add TXOP enforce support to the AR9300 HAL.Adrian Chadd2015-08-051-0/+19
* Quieten the scorpion SoC/WMAC reset path. Stuff the non-error stuffAdrian Chadd2015-07-041-3/+3
* Add support for the tuning cap for Hornet/AR9331 boards.Adrian Chadd2015-05-231-1/+9
* Expose the ANI state / statistics using the public ANI function, rather thanAdrian Chadd2015-04-013-4/+29
* Add initial support for the HAL channel survey support to the AR9300 HAL.Adrian Chadd2015-03-294-6/+50
* Quieten some of the log spam from AR9300 sysctl tree walk and chip setup/resetAdrian Chadd2015-03-211-2/+31
* Add initial support to the AR9300 HAL to support FreeBSD's intmit API.Adrian Chadd2015-02-151-0/+50
* Add ath_hal_setbeacontimers() to the AR9300 HAL.Adrian Chadd2015-02-152-2/+56
* Comment out a double declaration of this particular function name.Adrian Chadd2015-02-141-0/+2
* Quieten a clang warning.Adrian Chadd2015-02-141-1/+1
* Remove the reserved pin 11 from the HAL check.Adrian Chadd2015-02-141-10/+3
* Update the AR9300 HAL to the latest public available HAL from QCA.Adrian Chadd2015-02-1415-55/+682
* Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by makingDimitry Andric2015-02-071-2/+2
* Oops - use the correct argument order for ar9300_set_beacon().Adrian Chadd2015-01-181-2/+2
* Correct the descriptor length for AR9462/AR9565 and set the final fieldAdrian Chadd2015-01-172-4/+10
* Skip the OFDM weak signal threshold detection programming forAdrian Chadd2015-01-171-0/+4
* Override the bt enable/disable methods for AR9462 (jupiter) andAdrian Chadd2015-01-171-0/+5
* Tie in the MCI bluetooth coexistence functions into the HAL.Adrian Chadd2015-01-161-0/+7
* Glue to suck in the QCA9550 HAL support if AH_SUPPORT_QCA9550 is defined.Adrian Chadd2015-01-061-1/+3
* Repair build of tools/ath/athalq and define missing value len.Sean Bruno2014-10-131-0/+1
* Remove this stuff - it's no longer needed here.Adrian Chadd2014-09-301-23/+0
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-306-13/+114
* Quieten the AR9300 HAL attach a little - the setupXTxDesc methodAdrian Chadd2014-09-201-0/+2
* Quieten the AR9300 HAL probe a bit.Adrian Chadd2014-09-201-1/+1
* Don't double-call the ar9300 stub function method.Adrian Chadd2014-09-201-3/+0
* Add some more OS_MARK() probes to the AR9300 HAL.Adrian Chadd2014-08-112-0/+8
* Work around some rather annoying chip hangs in the AR9331 chip.Adrian Chadd2014-08-091-1/+13
* store the AR9300 interrupts away when doing interrupt debugging.Adrian Chadd2014-07-261-0/+15
* Add Atheros AR1111 support to the HAL.Adrian Chadd2014-05-051-0/+2
* Add ar9300_get_next_tbtt().Adrian Chadd2014-04-301-0/+6
* Only track the power state variable if the power state is changed,Adrian Chadd2014-04-301-4/+9