summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath_hal] add QCA9565 and MCI related registers.adrian2016-05-311-0/+29
* [ath_hal] migrate the bluetooth definitions out from ah.h / ar9300_freebsd_in...adrian2016-05-311-357/+0
* [ath] ensure the right methods / options get overridden for MCI bluetooth coexadrian2016-05-311-5/+5
* Add initial ar9300 HAL support for the spectral scan mode.adrian2015-12-023-9/+29
* Adjust a comment; we now support these embedded boards!adrian2015-12-011-1/+1
* Fix the buildngie2015-11-301-0/+2
* fix ht/40 configuration for ar9331 (hornet).adrian2015-11-301-2/+13
* add missing initvals.adrian2015-11-291-0/+1420
* Add initial support for the QCA953x SoC (honeybee) wifi.adrian2015-11-298-41/+260
* u32 -> uint32_t.adrian2015-11-291-3/+3
* [ath_hal] add AR9461 (jupiter) 2.1 support.adrian2015-11-294-9/+1583
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.adrian2015-11-094-1/+4
* Flip on fast frames support for AR5416 and AR9300 series NICs.adrian2015-10-101-1/+1
* Fix compilation error on gcc-5.2.0 - it now warns on non-paranthen'edadrian2015-08-301-2/+2
* Add a missing method - ath_hal_settsf64().adrian2015-08-051-0/+13
* Add TXOP enforce support to the AR9300 HAL.adrian2015-08-051-0/+19
* Quieten the scorpion SoC/WMAC reset path. Stuff the non-error stuffadrian2015-07-041-3/+3
* Add support for the tuning cap for Hornet/AR9331 boards.adrian2015-05-231-1/+9
* Expose the ANI state / statistics using the public ANI function, rather thanadrian2015-04-013-4/+29
* Add initial support for the HAL channel survey support to the AR9300 HAL.adrian2015-03-294-6/+50
* Quieten some of the log spam from AR9300 sysctl tree walk and chip setup/resetadrian2015-03-211-2/+31
* Add initial support to the AR9300 HAL to support FreeBSD's intmit API.adrian2015-02-151-0/+50
* Add ath_hal_setbeacontimers() to the AR9300 HAL.adrian2015-02-152-2/+56
* Comment out a double declaration of this particular function name.adrian2015-02-141-0/+2
* Quieten a clang warning.adrian2015-02-141-1/+1
* Remove the reserved pin 11 from the HAL check.adrian2015-02-141-10/+3
* Update the AR9300 HAL to the latest public available HAL from QCA.adrian2015-02-1415-55/+682
* Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by makingdim2015-02-071-2/+2
* Oops - use the correct argument order for ar9300_set_beacon().adrian2015-01-181-2/+2
* Correct the descriptor length for AR9462/AR9565 and set the final fieldadrian2015-01-172-4/+10
* Skip the OFDM weak signal threshold detection programming foradrian2015-01-171-0/+4
* Override the bt enable/disable methods for AR9462 (jupiter) andadrian2015-01-171-0/+5
* Tie in the MCI bluetooth coexistence functions into the HAL.adrian2015-01-161-0/+7
* Glue to suck in the QCA9550 HAL support if AH_SUPPORT_QCA9550 is defined.adrian2015-01-061-1/+3
* Repair build of tools/ath/athalq and define missing value len.sbruno2014-10-131-0/+1
* Remove this stuff - it's no longer needed here.adrian2014-09-301-23/+0
* Add initial support for the AR9485 CUS198 / CUS230 variants.adrian2014-09-306-13/+114
* Quieten the AR9300 HAL attach a little - the setupXTxDesc methodadrian2014-09-201-0/+2
* Quieten the AR9300 HAL probe a bit.adrian2014-09-201-1/+1
* Don't double-call the ar9300 stub function method.adrian2014-09-201-3/+0
* Add some more OS_MARK() probes to the AR9300 HAL.adrian2014-08-112-0/+8
* Work around some rather annoying chip hangs in the AR9331 chip.adrian2014-08-091-1/+13
* store the AR9300 interrupts away when doing interrupt debugging.adrian2014-07-261-0/+15
* Add Atheros AR1111 support to the HAL.adrian2014-05-051-0/+2
* Add ar9300_get_next_tbtt().adrian2014-04-301-0/+6
* Only track the power state variable if the power state is changed,adrian2014-04-301-4/+9
* Note that the AR9380 and later hardware supports MYBEACON.adrian2014-04-271-0/+4
* Fix ah_powerMode setting.adrian2014-03-291-1/+3
* Also tag the current HAL power mode in ar9300_set_power_mode().adrian2014-03-101-0/+1
* Remove 'inline' from ar9300_init_pll(), it's too big to inline.ian2013-11-081-1/+1
OpenPOWER on IntegriCloud