summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ah.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-09-01ath: clean up empty lines in .c and .h filesMateusz Guzik
2019-05-28[ath_hal] Fix queue bits a bitAdrian Chadd
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-05-29Increase timeout in Atheros HALWojciech Macek
2017-05-25[ath] [ath_hal] retire AH_SUPPORT_AR5416 changing anything.Adrian Chadd
2017-05-25[ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd
2017-02-03[ath_hal] prepare for CAC quiet time.Adrian Chadd
2017-01-24[ath_hal] note that the CCA configuration setting may be chip-dependent.Adrian Chadd
2016-09-09[ath_hal] fixes for finer grain timestamping, some 11n macrosAdrian Chadd
2016-07-15[ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd
2016-07-08[ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd
2016-05-02dev/ath: minor spelling fixes in comments.Pedro F. Giffuni
2016-02-29Fix up the ath(4) device names for QCA chipsets.Adrian Chadd
2015-11-30fix ht/40 configuration for ar9331 (hornet).Adrian Chadd
2015-11-28[ath_hal] use the correct revision information for QCA953x.Adrian Chadd
2015-11-28* Add device string for QCA955x (scorpion);Adrian Chadd
2015-03-29Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd
2014-09-30Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd
2014-08-09Bump the HAL_REGRANGE fields from 16 bit to 32 bit.Adrian Chadd
2014-04-27* Add a new capability which returns whether the hardware supportsAdrian Chadd
2013-06-26Add a HAL local routine to map the 2GHz channel frequency to an IEEEAdrian Chadd
2013-06-05Add a new capability flag to announce that the chip implements LNA mixingAdrian Chadd
2013-06-04Add the combined (mixed) diversity support capability bit for theAdrian Chadd
2013-05-20Make the HT rate duration calculation work for MCS rates > 15.Adrian Chadd
2013-05-02Add device identification and probe/attach support for the QCA9565.Adrian Chadd
2013-02-27Add in the STBC TX/RX capability support into the HAL and driver.Adrian Chadd
2012-12-30Add the initial HAL glue for the spectral analysis support.Adrian Chadd
2012-09-17Rename AH_MIMO_MAX_CHAINS to AH_MAX_CHAINS, for compatibility withAdrian Chadd
2012-09-13Compensate for half/quarter rate differences in MAC clock speed.Adrian Chadd
2012-08-24Add ath_hal_get_curmode() - this is used by the Osprey HAL.Adrian Chadd
2012-08-24Add the MFP capability to ath_hal_getcapability().Adrian Chadd
2012-08-23Add AR9380 devid HAL definitions and probe/attach strings.Adrian Chadd
2012-08-23Add chipset names.Adrian Chadd
2012-08-15Remove this comment, it's no longer relevant.Adrian Chadd
2012-08-15Extend the duration calculations to work with three and four streamAdrian Chadd
2012-07-28Flesh out the multi-rate retry capability.Adrian Chadd
2012-07-10Reorder these so they match the capability enum order.Adrian Chadd
2012-07-09Introduce the EDMA related HAL capabilities.Adrian Chadd
2012-01-15Break out the "memory" EEPROM data read method from being AR9130 specificAdrian Chadd
2011-11-09Introduce a work-around for issues with the AR5416 based MAC on SMP devices.Adrian Chadd
2011-11-09Try to make it more obvious when users are using the PCI or PCIe versions ofAdrian Chadd
2011-10-18Implement the first part of the BB read workaround.Adrian Chadd
2011-09-08Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.Adrian Chadd
2011-08-08Introduce some more DFS related hooks, inspired both by local workAdrian Chadd
2011-06-01Add some missing DFS chipset functionality to the FreeBSD HAL.Adrian Chadd
2011-05-26Add the AR9287 chip identification string.Adrian Chadd
2011-05-21The Merlin analog register bank is from 0x7800 -> 0x78fc; fix the codeAdrian Chadd
2011-05-07Do a HAL capabilities sync pass based on the Atheros HAL.Adrian Chadd
2011-04-28Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.Adrian Chadd