summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5210
AgeCommit message (Expand)Author
2023-11-14ath_hal: Fix a couple of type mismatches in function prototypesJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-04-18[ath_hal] Add get/set NAV functionsAdrian Chadd
2020-09-01ath: clean up empty lines in .c and .h filesMateusz Guzik
2019-04-21[ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-02-09[ath_hal] implement NULL methods for ah_setQuiet for AR5210, AR5211.Adrian Chadd
2016-07-08[ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd
2015-11-09ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd
2014-09-30Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd
2014-04-30* Only update ah_powerMode if we're setting the chip sleep state.Adrian Chadd
2014-04-24Fix the AR5210 HAL code to store the association ID and restore itAdrian Chadd
2014-04-24Fix ah_powerMode to be set at the correct place for the AR5210.Adrian Chadd
2014-03-10Migrate the chip power mode status to public ath_hal, rather than theAdrian Chadd
2013-02-25Begin adding support to explicitly set the current chainmask.Adrian Chadd
2012-11-19Disable WEP hardware encryption on the AR5210, in order to allow otherAdrian Chadd
2012-11-17Correctly populate the RTS field.Adrian Chadd
2012-11-17* Remove ah_desc.h, it's not neededAdrian Chadd
2012-08-24Add default values for the NumTxMaps capability.Adrian Chadd
2012-08-05Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd
2012-07-28Flesh out the multi-rate retry capability.Adrian Chadd
2012-07-19Break out the TX descriptor link field into HAL methods.Adrian Chadd
2012-07-09Extend the RX HAL API to include the RX queue identifier.Adrian Chadd
2012-05-25oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd
2012-05-09Add some empty DFS methods for AR5210/AR5211 for now, if DFS is enabledAdrian Chadd
2012-05-01Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,Adrian Chadd
2012-04-19Stop using the hardware register value byte order swapping for now,Adrian Chadd
2012-01-30Radar API related fixes.Adrian Chadd
2011-12-30Reapply r228785 now it has been tested by Adrian. Also add commentsDimitry Andric
2011-12-22Revert r228785. We'll need to work around the warnings in another way.Dimitry Andric
2011-12-21Fix shift overflow problem in sys/dev/ath/ath_hal/ar5210/ar5210_power.cDimitry Andric
2011-09-30Fix a corner case in the HAL debugging changes, where ah was NULL.Adrian Chadd
2011-09-08Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.Adrian Chadd
2011-06-23Re-introduce a global ath_hal_debug again for now, whilst I figure out whatAdrian Chadd
2011-06-23Break out most of the HAL related tweaks into a per-HAL instance,Adrian Chadd
2011-04-04Add a HAL capability bit for supporting self-linked RX descriptors and disabl...Adrian Chadd
2011-02-08There's apparently a bug with Merlin (AR9280) and later chipsets whereAdrian Chadd
2011-01-21ANI changes #1 - split out the ANI polling from the RxMonitor hook.Adrian Chadd
2011-01-20Include the initial support for external EEPROMs.Adrian Chadd
2011-01-20Add a new HAL method to retrieve the completion schedule. It setsAdrian Chadd
2010-05-29Due to the way HALDEBUG() is defined, we need to add curly brackets whenRui Paulo
2010-03-03Replace Id keyword with FreeBSD keyword and set the svn props correctly.Rui Paulo
2010-01-12Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson
2009-05-19remove special handling for BNR; it is direct mapped to the harwdare soSam Leffler
2009-05-19add HAL_CAP_INTRMASK to return the set of interrupts supported by the deviceSam Leffler
2009-04-13o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingSam Leffler
2009-03-19purge hal abi support; now that the hal is merged w/ the driverSam Leffler
2009-02-24Add PCIE power control api:Sam Leffler
2009-02-245416 and later parts mux the gpio outputs; extend the api to includeSam Leffler
2009-02-23remove private copies of gpio methods that were needed when the halSam Leffler