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