summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
Commit message (Expand)AuthorAgeFilesLines
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-251-1/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+3
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-301-0/+1
* Bring over the basic spectral scan framework code from Qualcomm Atheros.Adrian Chadd2013-01-021-0/+1
* HAL updates!Adrian Chadd2012-10-311-2/+2
* Don't use AR_PHY_MODE to setup half/quarter rate.Adrian Chadd2012-09-131-0/+4
* 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-251-2/+3
* Prepare for improved (read: pcie) suspend/resume support.Adrian Chadd2012-05-251-0/+8
* .. oops.Adrian Chadd2012-04-201-0/+1
* "Upgrade" the AR9285 code to support PCI/ART EEPROM on flash.Adrian Chadd2012-04-201-2/+0
* 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
* Add in some more PCI/PCIe differentiation.Adrian Chadd2011-11-091-3/+6
* Fix a corner case in the HAL debugging changes, where ah was NULL.Adrian Chadd2011-09-301-2/+2
* Undo this for now. It's "right", but it means everything will rely onAdrian Chadd2011-08-031-8/+0
* Add in a dirty hack that allows for AR9280/AR9285/AR9287 embeddedAdrian Chadd2011-08-031-0/+8
* 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-211-0/+35
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatAdrian Chadd2011-06-231-2/+2
* Add some missing DFS chipset functionality to the FreeBSD HAL.Adrian Chadd2011-06-011-0/+2
* Tidy up the ANI API in preparation for looking to expose some moreAdrian Chadd2011-05-251-1/+1
* The Merlin analog register bank is from 0x7800 -> 0x78fc; fix the codeAdrian Chadd2011-05-211-1/+1
* Fixes from the Atheros HAL - formatting; update Merlin checks to be consistent.Adrian Chadd2011-05-141-2/+9
* Fix the 5ghz fast clock logic.Adrian Chadd2011-05-081-1/+7
* Do a HAL capabilities sync pass based on the Atheros HAL.Adrian Chadd2011-05-071-1/+4
* Read in the extended regulatory domain flags so future code can use them.Adrian Chadd2011-05-071-0/+2
* Commit missing bits from the last commit:Adrian Chadd2011-04-041-0/+2
* Introduce hardware PS-POLL support in the HAL.Adrian Chadd2011-03-261-0/+2
* Flip ANI on for the AR5416 and later chips. I haven't verified it onAdrian Chadd2011-03-251-1/+1
* Even though it's very unlikely the misc mode register setting at -attach-Adrian Chadd2011-03-221-1/+1
* Now that the power curve adjustment code is in, disable the error checkAdrian Chadd2011-03-101-5/+2
* Introduce the Merlin PWDCLKIND workaround.Adrian Chadd2011-03-101-2/+42
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andAdrian Chadd2011-03-081-0/+18
* Add in ANI parameters for the AR9280. These aren't enabled by defaultAdrian Chadd2011-02-171-2/+28
* Disable flipping antennas for AR9280.Adrian Chadd2011-02-151-0/+8
* There's apparently a bug with Merlin (AR9280) and later chipsets whereAdrian Chadd2011-02-081-2/+0
* Call the correct ANI Attach routine.Adrian Chadd2011-02-021-1/+1
* Add a new capability which reports the number of spatial streams a device sup...Adrian Chadd2011-02-011-0/+4
* Bring over some NF calibration changes from ath9k.Adrian Chadd2011-01-291-0/+9
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.Adrian Chadd2011-01-211-0/+4
* ar9280SetAntennaSwitch() was using the AR5416 chainmasks (3 chains)Adrian Chadd2011-01-201-2/+2
* Push the non-AR5416 related stuff into chipset specific directories.Adrian Chadd2011-01-201-0/+737