| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Configure larger TX FIFO default and maximum level values. | Adrian Chadd | 2013-02-20 | 1 | -2/+18 |
| * | If any of the TX queues have underrun reporting enabled, enable | Adrian Chadd | 2013-02-20 | 1 | -0/+2 |
| * | The encryption type field needs to be preserved for each descriptor | Adrian Chadd | 2013-02-09 | 1 | -0/+6 |
| * | Fix the short repeat option code to not flip the option to 0 when | Adrian Chadd | 2013-01-02 | 1 | -2/+2 |
| * | Bring over the basic spectral scan framework code from Qualcomm Atheros. | Adrian Chadd | 2013-01-02 | 5 | -2/+283 |
| * | Add the AR9280 and later spectral scan register definitions. | Adrian Chadd | 2012-12-28 | 1 | -0/+14 |
| * | Add radar_bin_thresh_sel (bit 24:26), which defines when | Adrian Chadd | 2012-12-28 | 1 | -0/+2 |
| * | Note why fast frames is disabled for 802.11n NICs now. | Adrian Chadd | 2012-12-21 | 1 | -1/+7 |
| * | Methodise the BT diversity configuration function; so the AR9285 | Adrian Chadd | 2012-12-04 | 3 | -3/+12 |
| * | Add and tie in the AR5416 bluetooth coexistence methods into the HAL. | Adrian Chadd | 2012-12-03 | 1 | -0/+10 |
| * | Add a new HAL capability - check and enforce whether the NIC supports | Adrian Chadd | 2012-12-01 | 1 | -0/+17 |
| * | Add a comment which covers what's going on with the 64 bit TSF write. | Adrian Chadd | 2012-11-24 | 1 | -0/+12 |
| * | Implement a HAL method to set a 64 bit TSF value. | Adrian Chadd | 2012-11-23 | 2 | -0/+16 |
| * | I'm not sure why ah_desc.h was required here, but it doesn't _need_ | Adrian Chadd | 2012-11-16 | 1 | -2/+1 |
| * | HAL API changes! | Adrian Chadd | 2012-11-03 | 2 | -2/+4 |
| * | Oops - this was incorrectly removed in a previous commit. | Adrian Chadd | 2012-10-31 | 1 | -0/+1 |
| * | HAL updates! | Adrian Chadd | 2012-10-31 | 1 | -3/+2 |
| * | Implement the quarter rate fractional channel programming for the | Adrian Chadd | 2012-10-04 | 1 | -1/+29 |
| * | Track the last ANI TX/RX sample correctly. | Adrian Chadd | 2012-09-27 | 1 | -2/+2 |
| * | Don't use AR_PHY_MODE to setup half/quarter rate. | Adrian Chadd | 2012-09-13 | 1 | -13/+0 |
| * | Flip on half/quarter rate support. | Adrian Chadd | 2012-09-13 | 1 | -3/+3 |
| * | Introduce an AR5416 flavour of the IFS and mac usec/timing configuration | Adrian Chadd | 2012-09-13 | 1 | -1/+140 |
| * | Call the ar5212SetCoverageClass() function for now. | Adrian Chadd | 2012-09-13 | 1 | -1/+2 |
| * | Add register defintions for the AR5416 TX/RX latency fields. | Adrian Chadd | 2012-09-13 | 1 | -0/+6 |
| * | Ensure that all firstep values are available in ANI. | Adrian Chadd | 2012-08-27 | 1 | -3/+7 |
| * | Fix the debugging output to correctly log CCK errors. | Adrian Chadd | 2012-08-27 | 1 | -1/+1 |
| * | Add default values for the NumTxMaps capability. | Adrian Chadd | 2012-08-24 | 1 | -0/+1 |
| * | Implement an API to fetch the default DFS parameters for the given chip. | Adrian Chadd | 2012-08-24 | 3 | -0/+48 |
| * | Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segment | Adrian Chadd | 2012-08-05 | 2 | -2/+6 |
| * | Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values. | Adrian Chadd | 2012-08-05 | 2 | -2/+7 |
| * | Flesh out the multi-rate retry capability. | Adrian Chadd | 2012-07-28 | 1 | -0/+1 |
| * | Add STBC TX support for AR5416 HAL chips. | Adrian Chadd | 2012-07-27 | 1 | -0/+1 |
| * | Bring this API in line with what the reference driver and Linux ath9k | Adrian Chadd | 2012-07-27 | 2 | -5/+3 |
| * | Migrate the MAC/BB hang structures out from ar5416_misc.h into the HAL. | Adrian Chadd | 2012-07-01 | 1 | -30/+0 |
| * | Fix a subtle corner case surrounding the handling of OFDM restart along | Adrian Chadd | 2012-06-27 | 1 | -3/+17 |
| * | Remove duplicate entries. | Adrian Chadd | 2012-06-27 | 1 | -33/+0 |
| * | Bring over the initial 802.11n bluetooth coexistence support code. | Adrian Chadd | 2012-06-26 | 4 | -5/+517 |
| * | On second thought, let's just set both CRC and PHY errors together on | Adrian Chadd | 2012-06-24 | 1 | -3/+6 |
| * | Sometimes the AR5416 sends back radar PHY errors with both the PHY error | Adrian Chadd | 2012-06-24 | 1 | -4/+12 |
| * | Add some AR5416/AR5418 WAR's for power-on and suspend/resume: | Adrian Chadd | 2012-05-25 | 1 | -3/+48 |
| * | * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14. | Adrian Chadd | 2012-05-25 | 1 | -1/+5 |
| * | oops - ath_hal_disablepcie is actually destined for another purpose, | Adrian Chadd | 2012-05-25 | 1 | -3/+4 |
| * | Prepare for improved (read: pcie) suspend/resume support. | Adrian Chadd | 2012-05-25 | 1 | -0/+8 |
| * | Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t, | Adrian Chadd | 2012-05-01 | 4 | -7/+8 |
| * | After thinking about this a bit more, let's not keep statistics per-channel | Adrian Chadd | 2012-04-28 | 2 | -4/+5 |
| * | Although not strictly needed, quieten a compiler warning by a user. | Adrian Chadd | 2012-04-28 | 1 | -1/+1 |
| * | Extend the ANI code to implement basic channel survey support. | Adrian Chadd | 2012-04-28 | 3 | -36/+73 |
| * | Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed. | Adrian Chadd | 2012-04-28 | 3 | -0/+36 |
| * | Add the BT register definitions for AR9285/AR9287 BT coexistence. | Adrian Chadd | 2012-04-26 | 2 | -0/+83 |
| * | Add placeholder methods for WMI command access (USB, perhaps SDIO later) | Adrian Chadd | 2012-04-25 | 1 | -0/+5 |