| Commit message (Expand) | Author | Age | Files | Lines |
| * | ath: Fix typo (triple M) | Jose Luis Duran | 2024-02-03 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | ath: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -2/+1 |
| * | [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i... | Adrian Chadd | 2020-05-25 | 1 | -1/+1 |
| * | SPDX: license IDs for some ISC-related files. | Pedro F. Giffuni | 2017-12-08 | 1 | -1/+3 |
| * | sys/dev: replace comma with semicolon when pertinent. | Pedro F. Giffuni | 2016-08-09 | 1 | -2/+2 |
| * | [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length. | Adrian Chadd | 2016-07-08 | 1 | -3/+2 |
| * | Flip on fast frames support for AR5416 and AR9300 series NICs. | Adrian Chadd | 2015-10-10 | 1 | -7/+1 |
| * | Add initial support for the AR9485 CUS198 / CUS230 variants. | Adrian Chadd | 2014-09-30 | 1 | -1/+1 |
| * | Note that the AR5416 and later hardware supports the MYBEACON RX filter. | Adrian Chadd | 2014-04-27 | 1 | -0/+5 |
| * | Add bluetooth fixes to the AR5416/AR92xx HAL: | Adrian Chadd | 2013-06-07 | 1 | -1/+1 |
| * | add a method to set/clear the VMF field in the TX descriptor. | Adrian Chadd | 2013-03-04 | 1 | -0/+1 |
| * | Begin adding support to explicitly set the current chainmask. | Adrian Chadd | 2013-02-25 | 1 | -0/+1 |
| * | Be slightly more paranoid with the TX DMA buffer maximum threshold. | Adrian Chadd | 2013-02-21 | 1 | -2/+19 |
| * | Remove this unneeded printf(), sorry! | Adrian Chadd | 2013-02-21 | 1 | -4/+0 |
| * | Configure larger TX FIFO default and maximum level values. | Adrian Chadd | 2013-02-20 | 1 | -2/+18 |
| * | Bring over the basic spectral scan framework code from Qualcomm Atheros. | Adrian Chadd | 2013-01-02 | 1 | -0/+9 |
| * | Note why fast frames is disabled for 802.11n NICs now. | Adrian Chadd | 2012-12-21 | 1 | -1/+7 |
| * | Methodise the BT diversity configuration function; so the AR9285 | Adrian Chadd | 2012-12-04 | 1 | -0/+1 |
| * | Add and tie in the AR5416 bluetooth coexistence methods into the HAL. | Adrian Chadd | 2012-12-03 | 1 | -0/+10 |
| * | Implement a HAL method to set a 64 bit TSF value. | Adrian Chadd | 2012-11-23 | 1 | -0/+1 |
| * | Oops - this was incorrectly removed in a previous commit. | Adrian Chadd | 2012-10-31 | 1 | -0/+1 |
| * | HAL updates! | Adrian Chadd | 2012-10-31 | 1 | -3/+2 |
| * | Flip on half/quarter rate support. | Adrian Chadd | 2012-09-13 | 1 | -3/+3 |
| * | Add default values for the NumTxMaps capability. | Adrian Chadd | 2012-08-24 | 1 | -0/+1 |
| * | Implement an API to fetch the default DFS parameters for the given chip. | Adrian Chadd | 2012-08-24 | 1 | -0/+1 |
| * | Flesh out the multi-rate retry capability. | Adrian Chadd | 2012-07-28 | 1 | -0/+1 |
| * | Add some AR5416/AR5418 WAR's for power-on and suspend/resume: | Adrian Chadd | 2012-05-25 | 1 | -3/+48 |
| * | oops - ath_hal_disablepcie is actually destined for another purpose, | Adrian Chadd | 2012-05-25 | 1 | -3/+4 |
| * | Prepare for improved (read: pcie) suspend/resume support. | Adrian Chadd | 2012-05-25 | 1 | -0/+8 |
| * | Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t, | Adrian Chadd | 2012-05-01 | 1 | -0/+1 |
| * | Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed. | Adrian Chadd | 2012-04-28 | 1 | -0/+1 |
| * | Add placeholder methods for WMI command access (USB, perhaps SDIO later) | Adrian Chadd | 2012-04-25 | 1 | -0/+5 |
| * | Extend the HAL code to allow the RX and TX chainmask to be overridden | Adrian Chadd | 2012-02-10 | 1 | -0/+2 |
| * | Support AR9281/AR5B91 - a 1x2 stream device based on the AR9280. | Adrian Chadd | 2012-01-31 | 1 | -0/+9 |
| * | AR5416 has 14 GPIO pins, from 0->13. | Adrian Chadd | 2011-12-26 | 1 | -1/+1 |
| * | Use the correct RF version probe routine. | Adrian Chadd | 2011-12-15 | 1 | -1/+1 |
| * | Introduce a work-around for issues with the AR5416 based MAC on SMP devices. | Adrian Chadd | 2011-11-09 | 1 | -0/+16 |
| * | Try to make it more obvious when users are using the PCI or PCIe versions of | Adrian Chadd | 2011-11-09 | 1 | -3/+6 |
| * | Add in some more 11n related HAL methods. | Adrian Chadd | 2011-10-25 | 1 | -0/+2 |
| * | Implement the first part of the BB read workaround. | Adrian Chadd | 2011-10-18 | 1 | -0/+6 |
| * | Fix a corner case in the HAL debugging changes, where ah was NULL. | Adrian Chadd | 2011-09-30 | 1 | -2/+2 |
| * | Update the TSF and next-TBTT methods to work for the AR5416 and later NICs. | Adrian Chadd | 2011-09-08 | 1 | -0/+4 |
| * | Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUE | Adrian Chadd | 2011-08-08 | 1 | -0/+1 |
| * | Bring over AR5416 specific RX filter get/set routines. | Adrian Chadd | 2011-07-30 | 1 | -0/+2 |
| * | Re-introduce a global ath_hal_debug again for now, whilst I figure out what | Adrian Chadd | 2011-06-23 | 1 | -2/+2 |
| * | Flesh out a new HAL method to fetch the radar PHY error frame information. | Adrian Chadd | 2011-06-07 | 1 | -0/+1 |
| * | Bring over the relevant registers to use when implementing the quiet time | Adrian Chadd | 2011-06-03 | 1 | -0/+1 |
| * | Add some missing DFS chipset functionality to the FreeBSD HAL. | Adrian Chadd | 2011-06-01 | 1 | -0/+5 |
| * | Tidy up the ANI API in preparation for looking to expose some more | Adrian Chadd | 2011-05-25 | 1 | -2/+2 |