aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5416
Commit message (Expand)AuthorAgeFilesLines
...
* Configure larger TX FIFO default and maximum level values.Adrian Chadd2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableAdrian Chadd2013-02-201-0/+2
* The encryption type field needs to be preserved for each descriptorAdrian Chadd2013-02-091-0/+6
* Fix the short repeat option code to not flip the option to 0 whenAdrian Chadd2013-01-021-2/+2
* Bring over the basic spectral scan framework code from Qualcomm Atheros.Adrian Chadd2013-01-025-2/+283
* Add the AR9280 and later spectral scan register definitions.Adrian Chadd2012-12-281-0/+14
* Add radar_bin_thresh_sel (bit 24:26), which defines whenAdrian Chadd2012-12-281-0/+2
* 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-043-3/+12
* Add and tie in the AR5416 bluetooth coexistence methods into the HAL.Adrian Chadd2012-12-031-0/+10
* Add a new HAL capability - check and enforce whether the NIC supportsAdrian Chadd2012-12-011-0/+17
* Add a comment which covers what's going on with the 64 bit TSF write.Adrian Chadd2012-11-241-0/+12
* Implement a HAL method to set a 64 bit TSF value.Adrian Chadd2012-11-232-0/+16
* I'm not sure why ah_desc.h was required here, but it doesn't _need_Adrian Chadd2012-11-161-2/+1
* HAL API changes!Adrian Chadd2012-11-032-2/+4
* Oops - this was incorrectly removed in a previous commit.Adrian Chadd2012-10-311-0/+1
* HAL updates!Adrian Chadd2012-10-311-3/+2
* Implement the quarter rate fractional channel programming for theAdrian Chadd2012-10-041-1/+29
* Track the last ANI TX/RX sample correctly.Adrian Chadd2012-09-271-2/+2
* Don't use AR_PHY_MODE to setup half/quarter rate.Adrian Chadd2012-09-131-13/+0
* Flip on half/quarter rate support.Adrian Chadd2012-09-131-3/+3
* Introduce an AR5416 flavour of the IFS and mac usec/timing configurationAdrian Chadd2012-09-131-1/+140
* Call the ar5212SetCoverageClass() function for now.Adrian Chadd2012-09-131-1/+2
* Add register defintions for the AR5416 TX/RX latency fields.Adrian Chadd2012-09-131-0/+6
* Ensure that all firstep values are available in ANI.Adrian Chadd2012-08-271-3/+7
* Fix the debugging output to correctly log CCK errors.Adrian Chadd2012-08-271-1/+1
* 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-243-0/+48
* Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segmentAdrian Chadd2012-08-052-2/+6
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-052-2/+7
* Flesh out the multi-rate retry capability.Adrian Chadd2012-07-281-0/+1
* Add STBC TX support for AR5416 HAL chips.Adrian Chadd2012-07-271-0/+1
* Bring this API in line with what the reference driver and Linux ath9kAdrian Chadd2012-07-272-5/+3
* Migrate the MAC/BB hang structures out from ar5416_misc.h into the HAL.Adrian Chadd2012-07-011-30/+0
* Fix a subtle corner case surrounding the handling of OFDM restart alongAdrian Chadd2012-06-271-3/+17
* Remove duplicate entries.Adrian Chadd2012-06-271-33/+0
* Bring over the initial 802.11n bluetooth coexistence support code.Adrian Chadd2012-06-264-5/+517
* On second thought, let's just set both CRC and PHY errors together onAdrian Chadd2012-06-241-3/+6
* Sometimes the AR5416 sends back radar PHY errors with both the PHY errorAdrian Chadd2012-06-241-4/+12
* Add some AR5416/AR5418 WAR's for power-on and suspend/resume:Adrian Chadd2012-05-251-3/+48
* * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14.Adrian Chadd2012-05-251-1/+5
* 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-014-7/+8
* After thinking about this a bit more, let's not keep statistics per-channelAdrian Chadd2012-04-282-4/+5
* Although not strictly needed, quieten a compiler warning by a user.Adrian Chadd2012-04-281-1/+1
* Extend the ANI code to implement basic channel survey support.Adrian Chadd2012-04-283-36/+73
* Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed.Adrian Chadd2012-04-283-0/+36
* Add the BT register definitions for AR9285/AR9287 BT coexistence.Adrian Chadd2012-04-262-0/+83
* Add placeholder methods for WMI command access (USB, perhaps SDIO later)Adrian Chadd2012-04-251-0/+5