aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar9002
Commit message (Expand)AuthorAgeFilesLines
* Fix enum warning in ath_hal's ar9002Dimitry Andric2024-10-231-1/+1
* ath: Fix typo (triple M)Jose Luis Duran2024-02-033-3/+3
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1635-70/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0110-13/+4
* [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-253-3/+3
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0817-17/+51
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2713-13/+39
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-303-0/+3
* Set the antenna "config group" field.Adrian Chadd2013-06-121-0/+1
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.Adrian Chadd2013-06-125-650/+5
* Remove the AR9285 specific structure for LNA diversity and use the HAL.Adrian Chadd2013-06-123-19/+13
* Add bluetooth fixes to the AR5416/AR92xx HAL:Adrian Chadd2013-06-072-3/+9
* Enable slow diversity combining for the AR9285.Adrian Chadd2013-06-051-0/+2
* As a temporary work-around (read: until there's a nice API for exposingAdrian Chadd2013-06-051-0/+29
* Add a new capability flag to announce that the chip implements LNA mixingAdrian Chadd2013-06-051-0/+1
* Setup needed tables for TPC on AR5416->AR9287 chips.Adrian Chadd2013-04-172-50/+74
* Use the correct antenna configuration variable here. "diversity" justAdrian Chadd2013-03-121-2/+2
* Bring over the basic spectral scan framework code from Qualcomm Atheros.Adrian Chadd2013-01-023-0/+3
* Override the BT coex parameter function for the AR9285.Adrian Chadd2012-12-041-2/+3
* Reformat/reindent.Adrian Chadd2012-12-041-59/+70
* HAL updates!Adrian Chadd2012-10-313-6/+6
* Implement the quarter rate fractional channel programming for theAdrian Chadd2012-10-041-3/+57
* Don't use AR_PHY_MODE to setup half/quarter rate.Adrian Chadd2012-09-131-0/+4
* Enable fractional 5G mode on half/quarter rate channels.Adrian Chadd2012-09-131-1/+11
* Migrate the AR9285 diversity configuration LNA configuration to useAdrian Chadd2012-08-302-110/+103
* Set the HAL combined antenna diversity capability if the AR9285Adrian Chadd2012-08-291-0/+3
* Add EEPROM data hooks for the AR9287.Adrian Chadd2012-08-261-0/+7
* Bring over the initial 802.11n bluetooth coexistence support code.Adrian Chadd2012-06-262-0/+140
* AR9287 tidyups:Adrian Chadd2012-06-171-80/+80
* Add an disabled workaround for the AR9285SE.Adrian Chadd2012-06-171-0/+19
* Bring over the AR9285 specific PCIe suspend/resume/ASPM workarounds.Adrian Chadd2012-06-171-2/+55
* Add the AR9280 workarounds for PCIe suspend/resume.Adrian Chadd2012-05-261-2/+52
* oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd2012-05-253-7/+11
* Prepare for improved (read: pcie) suspend/resume support.Adrian Chadd2012-05-253-0/+24
* .. oops.Adrian Chadd2012-04-201-0/+1
* "Upgrade" the AR9285 code to support PCI/ART EEPROM on flash.Adrian Chadd2012-04-202-2/+12
* Support AR9281/AR5B91 - a 1x2 stream device based on the AR9280.Adrian Chadd2012-01-311-4/+0
* Break out the "memory" EEPROM data read method from being AR9130 specificAdrian Chadd2012-01-151-0/+13
* Remove unused #define's.Adrian Chadd2011-12-231-2/+0
* Add the 11n chipset RF frontends to the linker set, even though they're notAdrian Chadd2011-12-153-0/+24
* Tidy up the AR9287 HAL a tiny bit - fix up AR9280 references.Adrian Chadd2011-11-091-9/+2
* Add in some more PCI/PCIe differentiation.Adrian Chadd2011-11-092-6/+12
* Fix a corner case in the HAL debugging changes, where ah was NULL.Adrian Chadd2011-09-303-6/+6
* Undo this for now. It's "right", but it means everything will rely onAdrian Chadd2011-08-033-25/+1
* Add in a dirty hack that allows for AR9280/AR9285/AR9287 embeddedAdrian Chadd2011-08-033-1/+25
* Introduce the FRAC_5G EEPROM parameter.Adrian Chadd2011-07-301-5/+15
* Fix the initial calibration sample count when doing ADC calibrations.Adrian Chadd2011-07-301-2/+2
* Break out the PLL setup into (mostly) per-chip methods, rather thanAdrian Chadd2011-07-214-1/+41