summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5212
Commit message (Expand)AuthorAgeFilesLines
* MFC r274922:dim2014-12-041-1/+7
* Add channel survey support to the AR5212 HAL.adrian2013-10-083-18/+102
* Begin adding support to explicitly set the current chainmask.adrian2013-02-253-0/+8
* When programming the beacon timer configuration, be very explicit aboutadrian2012-11-271-4/+13
* Implement a HAL method to set a 64 bit TSF value.adrian2012-11-231-0/+1
* .. include ah_desc.h here now.adrian2012-11-172-0/+2
* Remove the ah_desc.h reference; it's not needed.adrian2012-11-171-1/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* HAL updates!adrian2012-10-311-1/+23
* AR5212 radar pulse fixes.adrian2012-09-021-13/+12
* Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also popsadrian2012-09-011-4/+14
* Add AR5413 radar parameters and strong signal diversity capability.adrian2012-08-292-21/+155
* Correctly handle the "pe_enabled" flag - both when configuring DFS andadrian2012-08-241-1/+7
* Add default values for the NumTxMaps capability.adrian2012-08-241-0/+1
* Add the method to fetch the default DFS parameters for the AR5212 PHY.adrian2012-08-243-1/+33
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.adrian2012-08-052-2/+7
* Flesh out the multi-rate retry capability.adrian2012-07-281-0/+1
* Break out the TX descriptor link field into HAL methods.adrian2012-07-193-0/+33
* Extend the RX HAL API to include the RX queue identifier.adrian2012-07-092-4/+8
* oops - ath_hal_disablepcie is actually destined for another purpose,adrian2012-05-251-3/+4
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,adrian2012-05-013-2/+15
* After thinking about this a bit more, let's not keep statistics per-channeladrian2012-04-283-5/+5
* Fetch the channel survey code from the HAL.adrian2012-04-282-0/+9
* Stop using the hardware register value byte order swapping for now,adrian2012-04-191-4/+3
* Radar API related fixes.adrian2012-01-303-0/+18
* Use the correct types when calling the decompression mask function.adrian2011-12-221-1/+1
* Revert r228786. We'll need to work around the warnings in another way.dim2011-12-221-1/+1
* Fix enum conversion problems in sys/dev/ath/ath_hal/ar5212/ar5212_misc.cdim2011-12-211-1/+1
* The AR5413 datasheet specifies that AR_TxIntrReq should be set consistentlyadrian2011-10-251-2/+9
* Save and restore the association ID across interface resets.adrian2011-10-253-3/+6
* Port over some missing code from the ar5212 reference driver reset path.adrian2011-10-182-2/+147
* Fix a corner case in the HAL debugging changes, where ah was NULL.adrian2011-09-302-3/+3
* Change the default CABQ time to be 70% of the beacon interval,adrian2011-09-281-6/+31
* The AR5212 setup path (also used by the AR5416 code) configures aadrian2011-09-281-0/+2
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.adrian2011-09-083-0/+13
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEadrian2011-08-083-0/+12
* Fix ANI handling to work correctly when (trying) to receive radar errors.adrian2011-07-301-8/+32
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatadrian2011-06-232-3/+3
* Fix indenting issues introduced by the previous commit.adrian2011-06-231-2/+2
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-232-5/+5
* Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.adrian2011-06-071-2/+0
* Flesh out a new HAL method to fetch the radar PHY error frame information.adrian2011-06-073-0/+48
* Bring over the relevant registers to use when implementing the quiet timeadrian2011-06-034-0/+18
* Add some missing DFS chipset functionality to the FreeBSD HAL.adrian2011-06-013-0/+57
* The current ANI capability information uses a different set ofadrian2011-05-251-7/+9
* The ANI control for the AR5416 and later chips was calling ar5212AniControl(),adrian2011-05-243-2/+8
* Fix case, introduced in my previous commit.adrian2011-05-171-1/+1
* Use the halMcastKeySrchSupport capability bit to selectively enable/disableadrian2011-05-171-1/+1
* Add some more OS_MARK probes to the RX DMA setup/teardown code path.adrian2011-04-071-0/+4
* Add a HAL capability bit for supporting self-linked RX descriptors and disabl...adrian2011-04-041-0/+1
OpenPOWER on IntegriCloud