summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal
Commit message (Expand)AuthorAgeFilesLines
* Commit device IDs for the (eventually upcoming) AR9380 HAL.adrian2012-08-071-0/+9
* Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segmentadrian2012-08-053-4/+11
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.adrian2012-08-059-9/+30
* Flesh out the multi-rate retry capability.adrian2012-07-286-1/+7
* Commit missing #define from a previous check-in.adrian2012-07-281-0/+2
* Tidy up the TX status fields a little and add a couple new flags.adrian2012-07-271-9/+14
* Add STBC TX support for AR5416 HAL chips.adrian2012-07-271-0/+1
* Add a STBC TX flag.adrian2012-07-271-0/+1
* Add some comments about what the two fields mean.adrian2012-07-271-2/+2
* Introduce a couple more fields in the rate scenario setup as part ofadrian2012-07-271-0/+2
* Bring this API in line with what the reference driver and Linux ath9kadrian2012-07-273-6/+4
* Add a new HAL method - the AR93xx and later NICs have a separateadrian2012-07-241-0/+3
* Break out the TX descriptor link field into HAL methods.adrian2012-07-1910-0/+114
* Commit missing flags for the high/low priority (HP/LP) RX queues.adrian2012-07-101-1/+4
* Reorder these so they match the capability enum order.adrian2012-07-101-14/+14
* Add some AR9300 HAL descriptor definition changes.adrian2012-07-091-10/+16
* Introduce the EDMA related HAL capabilities.adrian2012-07-092-3/+37
* Extend the RX HAL API to include the RX queue identifier.adrian2012-07-097-14/+26
* Extend the debugging flags to include some AR9300 HAL related options.adrian2012-07-091-0/+5
* .. And fix another typo. Grr.adrian2012-07-021-1/+1
* Fix another typo.adrian2012-07-021-1/+1
* Fix typo.adrian2012-07-021-1/+1
* Bring over some further HAL capabilities from the Atheros HAL, as welladrian2012-07-021-2/+23
* Add in some further changes from the AR9300 HAL:adrian2012-07-011-1/+13
* Migrate the MAC/BB hang structures out from ar5416_misc.h into the HAL.adrian2012-07-012-30/+40
* Bring over capabilities for the AR9300 and later HAL.adrian2012-07-011-2/+23
* Fix the HAL debugging to only use one bit to mark a message as unmaskable.adrian2012-07-011-1/+1
* Fix a subtle corner case surrounding the handling of OFDM restart alongadrian2012-06-271-3/+17
* Bring over some new typedefs as part of the AR9300 HAL import.adrian2012-06-271-0/+24
* Remove duplicate entries.adrian2012-06-271-33/+0
* Bring over the initial 802.11n bluetooth coexistence support code.adrian2012-06-268-12/+856
* On second thought, let's just set both CRC and PHY errors together onadrian2012-06-241-3/+6
* Sometimes the AR5416 sends back radar PHY errors with both the PHY erroradrian2012-06-241-4/+12
* AR9287 tidyups:adrian2012-06-172-80/+82
* Add an disabled workaround for the AR9285SE.adrian2012-06-171-0/+19
* Bring over the AR9285 specific PCIe suspend/resume/ASPM workarounds.adrian2012-06-171-2/+55
* Shuffle some more fields in ath_buf so it's not too big.adrian2012-06-161-0/+1
* Add the AR9280 workarounds for PCIe suspend/resume.adrian2012-05-261-2/+52
* Add some AR5416/AR5418 WAR's for power-on and suspend/resume:adrian2012-05-251-3/+48
* * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14.adrian2012-05-251-1/+5
* oops - ath_hal_disablepcie is actually destined for another purpose,adrian2012-05-259-20/+29
* Prepare for improved (read: pcie) suspend/resume support.adrian2012-05-254-0/+32
* Add some empty DFS methods for AR5210/AR5211 for now, if DFS is enabledadrian2012-05-096-0/+32
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,adrian2012-05-0114-15/+81
* After thinking about this a bit more, let's not keep statistics per-channeladrian2012-04-285-9/+10
* Although not strictly needed, quieten a compiler warning by a user.adrian2012-04-281-1/+1
* Extend the ANI code to implement basic channel survey support.adrian2012-04-283-36/+73
* Fetch the channel survey code from the HAL.adrian2012-04-282-0/+9
* Extend the HAL channel survey statistics:adrian2012-04-281-0/+4
* Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed.adrian2012-04-283-0/+36
OpenPOWER on IntegriCloud