aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
Commit message (Expand)AuthorAgeFilesLines
* ath: Fix typo (triple M)Jose Luis Duran2024-02-031-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* [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
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-2/+2
* [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-081-3/+2
* Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-101-7/+1
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-301-1/+1
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.Adrian Chadd2014-04-271-0/+5
* Add bluetooth fixes to the AR5416/AR92xx HAL:Adrian Chadd2013-06-071-1/+1
* add a method to set/clear the VMF field in the TX descriptor.Adrian Chadd2013-03-041-0/+1
* Begin adding support to explicitly set the current chainmask.Adrian Chadd2013-02-251-0/+1
* Be slightly more paranoid with the TX DMA buffer maximum threshold.Adrian Chadd2013-02-211-2/+19
* Remove this unneeded printf(), sorry!Adrian Chadd2013-02-211-4/+0
* Configure larger TX FIFO default and maximum level values.Adrian Chadd2013-02-201-2/+18
* Bring over the basic spectral scan framework code from Qualcomm Atheros.Adrian Chadd2013-01-021-0/+9
* Note why fast frames is disabled for 802.11n NICs now.Adrian Chadd2012-12-211-1/+7
* Methodise the BT diversity configuration function; so the AR9285Adrian Chadd2012-12-041-0/+1
* Add and tie in the AR5416 bluetooth coexistence methods into the HAL.Adrian Chadd2012-12-031-0/+10
* Implement a HAL method to set a 64 bit TSF value.Adrian Chadd2012-11-231-0/+1
* Oops - this was incorrectly removed in a previous commit.Adrian Chadd2012-10-311-0/+1
* HAL updates!Adrian Chadd2012-10-311-3/+2
* Flip on half/quarter rate support.Adrian Chadd2012-09-131-3/+3
* Add default values for the NumTxMaps capability.Adrian Chadd2012-08-241-0/+1
* Implement an API to fetch the default DFS parameters for the given chip.Adrian Chadd2012-08-241-0/+1
* Flesh out the multi-rate retry capability.Adrian Chadd2012-07-281-0/+1
* Add some AR5416/AR5418 WAR's for power-on and suspend/resume:Adrian Chadd2012-05-251-3/+48
* oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd2012-05-251-3/+4
* Prepare for improved (read: pcie) suspend/resume support.Adrian Chadd2012-05-251-0/+8
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,Adrian Chadd2012-05-011-0/+1
* Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed.Adrian Chadd2012-04-281-0/+1
* Add placeholder methods for WMI command access (USB, perhaps SDIO later)Adrian Chadd2012-04-251-0/+5
* Extend the HAL code to allow the RX and TX chainmask to be overriddenAdrian Chadd2012-02-101-0/+2
* Support AR9281/AR5B91 - a 1x2 stream device based on the AR9280.Adrian Chadd2012-01-311-0/+9
* AR5416 has 14 GPIO pins, from 0->13.Adrian Chadd2011-12-261-1/+1
* Use the correct RF version probe routine.Adrian Chadd2011-12-151-1/+1
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.Adrian Chadd2011-11-091-0/+16
* Try to make it more obvious when users are using the PCI or PCIe versions ofAdrian Chadd2011-11-091-3/+6
* Add in some more 11n related HAL methods.Adrian Chadd2011-10-251-0/+2
* Implement the first part of the BB read workaround.Adrian Chadd2011-10-181-0/+6
* Fix a corner case in the HAL debugging changes, where ah was NULL.Adrian Chadd2011-09-301-2/+2
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.Adrian Chadd2011-09-081-0/+4
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEAdrian Chadd2011-08-081-0/+1
* Bring over AR5416 specific RX filter get/set routines.Adrian Chadd2011-07-301-0/+2
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatAdrian Chadd2011-06-231-2/+2
* Flesh out a new HAL method to fetch the radar PHY error frame information.Adrian Chadd2011-06-071-0/+1
* Bring over the relevant registers to use when implementing the quiet timeAdrian Chadd2011-06-031-0/+1
* Add some missing DFS chipset functionality to the FreeBSD HAL.Adrian Chadd2011-06-011-0/+5
* Tidy up the ANI API in preparation for looking to expose some moreAdrian Chadd2011-05-251-2/+2