| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 | 11 | -25/+40 |
| * | Prepare for improved (read: pcie) suspend/resume support. | Adrian Chadd | 2012-05-25 | 6 | -0/+46 |
| * | Re-up the TX ath_buf limit from 128 to 512. | Adrian Chadd | 2012-05-22 | 1 | -1/+1 |
| * | Fix up some corner cases with aggregation handling. | Adrian Chadd | 2012-05-22 | 2 | -5/+19 |
| * | For now, add a quick debugging patch to log when the hw TXQ != the TID/AC. | Adrian Chadd | 2012-05-21 | 1 | -0/+12 |
| * | Rename ath_tx_cleanup() -> ath_tx_tid_cleanup() in order to not clash | Adrian Chadd | 2012-05-21 | 1 | -3/+3 |
| * | Re-add 'ic' and properly wrap it in the SUPERG macro. | Adrian Chadd | 2012-05-21 | 1 | -0/+3 |
| * | Remove unused variable. | Bernhard Schmidt | 2012-05-20 | 1 | -1/+0 |
| * | Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt(). | Adrian Chadd | 2012-05-20 | 1 | -308/+328 |
| * | Migrate most of the beacon handling functions out to if_ath_beacon.c. | Adrian Chadd | 2012-05-20 | 4 | -746/+856 |
| * | Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c. | Adrian Chadd | 2012-05-20 | 6 | -369/+583 |
| * | Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch]. | Adrian Chadd | 2012-05-20 | 6 | -914/+1121 |
| * | Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD; | Adrian Chadd | 2012-05-15 | 5 | -46/+54 |
| * | Handle non-xretry errors the same as xretry errors for now. | Adrian Chadd | 2012-05-15 | 1 | -1/+11 |
| * | Add some empty DFS methods for AR5210/AR5211 for now, if DFS is enabled | Adrian Chadd | 2012-05-09 | 6 | -0/+32 |
| * | Re-enable this particular DELAY() for now, at least until the | Adrian Chadd | 2012-05-07 | 1 | -0/+2 |
| * | Fix a couple of sc_ac2q[] mappings that were using the TID, not the AC. | Adrian Chadd | 2012-05-04 | 1 | -4/+4 |
| * | Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t, | Adrian Chadd | 2012-05-01 | 15 | -15/+83 |
| * | After thinking about this a bit more, let's not keep statistics per-channel | Adrian Chadd | 2012-04-28 | 5 | -9/+10 |
| * | 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 |
| * | Fetch the channel survey code from the HAL. | Adrian Chadd | 2012-04-28 | 2 | -0/+9 |
| * | Extend the HAL channel survey statistics: | Adrian Chadd | 2012-04-28 | 1 | -0/+4 |
| * | Add a comment about this DELAY(), I'm not sure whether it's supposed | Adrian Chadd | 2012-04-28 | 1 | -0/+4 |
| * | Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed. | Adrian Chadd | 2012-04-28 | 3 | -0/+36 |
| * | Remove some of the redundant locking done in the TX completion path, | Adrian Chadd | 2012-04-26 | 1 | -9/+13 |
| * | 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 | 2 | -0/+19 |
| * | Add a note that explains what the current state of the register byte order | Adrian Chadd | 2012-04-25 | 1 | -0/+4 |
| * | .. oops. | Adrian Chadd | 2012-04-20 | 1 | -0/+1 |
| * | "Upgrade" the AR9285 code to support PCI/ART EEPROM on flash. | Adrian Chadd | 2012-04-20 | 3 | -8/+18 |
| * | Stop using the hardware register value byte order swapping for now, | Adrian Chadd | 2012-04-19 | 7 | -71/+18 |
| * | Run the fatal proc as a proc, rather than where it currently is. | Adrian Chadd | 2012-04-17 | 2 | -1/+3 |
| * | Migrate the net80211 TX aggregation state to be from per-AC to per-TID. | Adrian Chadd | 2012-04-15 | 1 | -9/+6 |
| * | Drop this down from 512 to 128 for now. | Adrian Chadd | 2012-04-15 | 1 | -1/+1 |
| * | Override some default values to work around various issues in the deep, | Adrian Chadd | 2012-04-15 | 1 | -3/+17 |
| * | Both linux ath9k and the reference driver initialises the PLL here | Adrian Chadd | 2012-04-14 | 1 | -0/+1 |
| * | Upgrade ATH_EEPROM_FIRMWARE to a configuration option. | Adrian Chadd | 2012-04-13 | 1 | -2/+1 |
| * | Introduce the ability to grab local EEPROM data from the firmware(9) | Adrian Chadd | 2012-04-13 | 1 | -0/+46 |
| * | Fix the default, non-superg compile. | Adrian Chadd | 2012-04-11 | 1 | -0/+2 |
| * | Fix compilation with IEEE80211_ENABLE_SUPERG defined. | Adrian Chadd | 2012-04-10 | 1 | -0/+1 |
| * | Convert the flags over to a set of bit flags. | Adrian Chadd | 2012-04-10 | 1 | -12/+13 |
| * | Blank the aggregate stats whenever the zero ioctl is called. | Adrian Chadd | 2012-04-10 | 1 | -0/+2 |
| * | Squirrel away SYNC interrupt debugging if it's enabled in the HAL. | Adrian Chadd | 2012-04-10 | 4 | -1/+42 |
| * | Revert this for now - it may work for -8 and -9 and -HEAD, but not | Adrian Chadd | 2012-04-10 | 1 | -14/+0 |
| * | Squirrel away the SYNC interrupt in case we're doing interrupt debugging. | Adrian Chadd | 2012-04-10 | 2 | -0/+5 |
| * | * Since the API changed along the -CURRENT path (december 2011), | Adrian Chadd | 2012-04-10 | 1 | -2/+22 |
| * | After reviewing the mcast/sleep station code a little, undo some brain | Adrian Chadd | 2012-04-08 | 1 | -30/+13 |
| * | Do a dma sync before the descriptors are chained together. | Adrian Chadd | 2012-04-07 | 1 | -0/+3 |