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