| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump the HAL_REGRANGE fields from 16 bit to 32 bit. | Adrian Chadd | 2014-08-09 | 2 | -6/+7 |
| * | Add two new debug mark entries for chip power configuration. | Adrian Chadd | 2014-08-09 | 1 | -0/+3 |
| * | an isn't used, so eliminate it. | Warner Losh | 2014-08-08 | 1 | -2/+0 |
| * | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 2 | -4/+2 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 3 | -10/+5 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 3 | -5/+10 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 3 | -10/+5 |
| * | Add casts to have it compile on amd64 without complaining about | Adrian Chadd | 2014-05-07 | 1 | -6/+9 |
| * | There's no need to be this paranoid - ni is deferenced before this | Adrian Chadd | 2014-05-07 | 1 | -1/+1 |
| * | Modify the RX path to keep the previous RX descriptor around once it's | Adrian Chadd | 2014-05-06 | 3 | -17/+122 |
| * | Wake up the hardware before calling ath_mode_init() in the ioctl() path. | Adrian Chadd | 2014-05-05 | 1 | -0/+2 |
| * | Break out the multicast programming into its own hardware specific | Adrian Chadd | 2014-05-05 | 1 | -6/+30 |
| * | Quieten the RX/TX descriptor and FIFO setup debugging. | Adrian Chadd | 2014-05-05 | 2 | -14/+21 |
| * | Add Atheros AR1111 support to the HAL. | Adrian Chadd | 2014-05-05 | 1 | -0/+1 |
| * | Add tracking for self-generated frames when the VAP is in sleep state. | Adrian Chadd | 2014-05-02 | 3 | -11/+112 |
| * | * Modify the beacon interval in debugging to be ni_intval, not 102400 | Adrian Chadd | 2014-04-30 | 1 | -13/+17 |
| * | Bring over some initial power save management support, reset path | Adrian Chadd | 2014-04-30 | 12 | -73/+787 |
| * | * Only update ah_powerMode if we're setting the chip sleep state. | Adrian Chadd | 2014-04-30 | 4 | -12/+27 |
| * | Note that the AR5416 and later hardware supports the MYBEACON RX filter. | Adrian Chadd | 2014-04-27 | 1 | -0/+5 |
| * | * Add a new capability which returns whether the hardware supports | Adrian Chadd | 2014-04-27 | 3 | -1/+6 |
| * | Program the AR_TSFOOR_THRESHOLD register with a default lifted from | Adrian Chadd | 2014-04-27 | 1 | -0/+26 |
| * | Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops! | Adrian Chadd | 2014-04-27 | 1 | -2/+2 |
| * | Do a read-after-write to ensure the interrupt register update is flushed | Adrian Chadd | 2014-04-27 | 1 | -0/+3 |
| * | Fix the AR5211 power mode tracking stuff. | Adrian Chadd | 2014-04-24 | 1 | -2/+4 |
| * | Fix the AR5210 HAL code to store the association ID and restore it | Adrian Chadd | 2014-04-24 | 3 | -0/+7 |
| * | Fix ah_powerMode to be set at the correct place for the AR5210. | Adrian Chadd | 2014-04-24 | 1 | -2/+4 |
| * | Wrap the rate control re-init code in a lock, to serialise it with | Adrian Chadd | 2014-04-23 | 1 | -0/+2 |
| * | Rewrite the cleanup code to, well, actually work right. | Adrian Chadd | 2014-04-21 | 1 | -45/+125 |
| * | * Modify the debugging output from pause/resume to note the TID and STA | Adrian Chadd | 2014-04-21 | 1 | -7/+16 |
| * | Make sure bf_next is NULL'ed out when we're completing up an aggregate | Adrian Chadd | 2014-04-21 | 1 | -2/+3 |
| * | Fix a cleanup hang if cleanup gets called _during_ an active cleanup. | Adrian Chadd | 2014-04-21 | 1 | -8/+28 |
| * | Add a function to check whether the given register can be accessed whilst | Adrian Chadd | 2014-04-09 | 1 | -4/+26 |
| * | Add some debugging and forcing of the BAW to match what the current | Adrian Chadd | 2014-04-08 | 1 | -16/+44 |
| * | Don't do continue inside the scheduler loop; we really need to check | Adrian Chadd | 2014-04-08 | 1 | -2/+2 |
| * | Correct the actual definition of ath_tx_tid_filt_comp_single() to | Adrian Chadd | 2014-04-08 | 1 | -5/+10 |
| * | Add a comment explaining the obvious. | Adrian Chadd | 2014-04-08 | 1 | -0/+1 |
| * | Don't resume a TID on each filtered frame completion - only do it if | Adrian Chadd | 2014-04-08 | 1 | -2/+8 |
| * | Also set the AR5212 HAL power mode tracking in the right spot. | Adrian Chadd | 2014-03-22 | 1 | -1/+3 |
| * | Throw the flush messages behind ATH_DEBUG_RESET as well. | Adrian Chadd | 2014-03-20 | 1 | -6/+6 |
| * | Add some debugging code to print out if registers are touched whilst the | Adrian Chadd | 2014-03-20 | 1 | -0/+24 |
| * | Shuffle ah_powerMode to be in a sane spot for the given power operation. | Adrian Chadd | 2014-03-20 | 1 | -1/+3 |
| * | Don't call ath_init() inside the lock. | Adrian Chadd | 2014-03-20 | 1 | -2/+4 |
| * | Migrate the chip power mode status to public ath_hal, rather than the | Adrian Chadd | 2014-03-10 | 10 | -19/+14 |
| * | Call ieee80211_dump_pkt() based on IFF_DUMPPKTS(). | Rui Paulo | 2014-03-08 | 1 | -3/+4 |
| * | PicoStation M2HP presents reg domain 0x2a which is not found in atheros or linux | Hiren Panchasara | 2014-02-23 | 2 | -0/+6 |
| * | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | Kevin Lo | 2014-01-08 | 1 | -2/+2 |
| * | Correctly remove entries from the relevant receive ath_buf list before | Adrian Chadd | 2014-01-06 | 1 | -6/+14 |
| * | - Provide necessary includes, that before came via if.h pollution. | Gleb Smirnoff | 2013-10-28 | 1 | -0/+2 |
| * | Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined. | Olivier Houchard | 2013-10-28 | 1 | -0/+1 |
| * | Include necessary headers that now are available due to pollution | Gleb Smirnoff | 2013-10-28 | 1 | -0/+2 |