summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar9002
AgeCommit message (Expand)Author
2024-10-23Fix enum warning in ath_hal's ar9002Dimitry Andric
2024-02-02ath: Fix typo (triple M)Jose Luis Duran
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01ath: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-25[ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-02dev/ath: minor spelling fixes in comments.Pedro F. Giffuni
2014-09-30Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd
2013-06-12Set the antenna "config group" field.Adrian Chadd
2013-06-12Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.Adrian Chadd
2013-06-12Remove the AR9285 specific structure for LNA diversity and use the HAL.Adrian Chadd
2013-06-07Add bluetooth fixes to the AR5416/AR92xx HAL:Adrian Chadd
2013-06-05Enable slow diversity combining for the AR9285.Adrian Chadd
2013-06-05As a temporary work-around (read: until there's a nice API for exposingAdrian Chadd
2013-06-05Add a new capability flag to announce that the chip implements LNA mixingAdrian Chadd
2013-04-17Setup needed tables for TPC on AR5416->AR9287 chips.Adrian Chadd
2013-03-12Use the correct antenna configuration variable here. "diversity" justAdrian Chadd
2013-01-02Bring over the basic spectral scan framework code from Qualcomm Atheros.Adrian Chadd
2012-12-04Override the BT coex parameter function for the AR9285.Adrian Chadd
2012-12-04Reformat/reindent.Adrian Chadd
2012-10-31HAL updates!Adrian Chadd
2012-10-04Implement the quarter rate fractional channel programming for theAdrian Chadd
2012-09-13Don't use AR_PHY_MODE to setup half/quarter rate.Adrian Chadd
2012-09-13Enable fractional 5G mode on half/quarter rate channels.Adrian Chadd
2012-08-30Migrate the AR9285 diversity configuration LNA configuration to useAdrian Chadd
2012-08-29Set the HAL combined antenna diversity capability if the AR9285Adrian Chadd
2012-08-26Add EEPROM data hooks for the AR9287.Adrian Chadd
2012-06-26Bring over the initial 802.11n bluetooth coexistence support code.Adrian Chadd
2012-06-17AR9287 tidyups:Adrian Chadd
2012-06-17Add an disabled workaround for the AR9285SE.Adrian Chadd
2012-06-17Bring over the AR9285 specific PCIe suspend/resume/ASPM workarounds.Adrian Chadd
2012-05-26Add the AR9280 workarounds for PCIe suspend/resume.Adrian Chadd
2012-05-25oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd
2012-05-25Prepare for improved (read: pcie) suspend/resume support.Adrian Chadd
2012-04-20.. oops.Adrian Chadd
2012-04-20"Upgrade" the AR9285 code to support PCI/ART EEPROM on flash.Adrian Chadd
2012-01-31Support AR9281/AR5B91 - a 1x2 stream device based on the AR9280.Adrian Chadd
2012-01-15Break out the "memory" EEPROM data read method from being AR9130 specificAdrian Chadd
2011-12-23Remove unused #define's.Adrian Chadd
2011-12-15Add the 11n chipset RF frontends to the linker set, even though they're notAdrian Chadd
2011-11-09Tidy up the AR9287 HAL a tiny bit - fix up AR9280 references.Adrian Chadd
2011-11-09Add in some more PCI/PCIe differentiation.Adrian Chadd
2011-09-30Fix a corner case in the HAL debugging changes, where ah was NULL.Adrian Chadd
2011-08-03Undo this for now. It's "right", but it means everything will rely onAdrian Chadd
2011-08-03Add in a dirty hack that allows for AR9280/AR9285/AR9287 embeddedAdrian Chadd
2011-07-30Introduce the FRAC_5G EEPROM parameter.Adrian Chadd
2011-07-30Fix the initial calibration sample count when doing ADC calibrations.Adrian Chadd
2011-07-21Break out the PLL setup into (mostly) per-chip methods, rather thanAdrian Chadd