summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-10/+5
* Revert r267961, r267973:gjb2014-06-273-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-10/+5
* Add casts to have it compile on amd64 without complaining aboutadrian2014-05-071-6/+9
* There's no need to be this paranoid - ni is deferenced before thisadrian2014-05-071-1/+1
* Modify the RX path to keep the previous RX descriptor around once it'sadrian2014-05-063-17/+122
* Wake up the hardware before calling ath_mode_init() in the ioctl() path.adrian2014-05-051-0/+2
* Break out the multicast programming into its own hardware specificadrian2014-05-051-6/+30
* Quieten the RX/TX descriptor and FIFO setup debugging.adrian2014-05-052-14/+21
* Add Atheros AR1111 support to the HAL.adrian2014-05-051-0/+1
* Add tracking for self-generated frames when the VAP is in sleep state.adrian2014-05-023-11/+112
* * Modify the beacon interval in debugging to be ni_intval, not 102400adrian2014-04-301-13/+17
* Bring over some initial power save management support, reset pathadrian2014-04-3012-73/+787
* * Only update ah_powerMode if we're setting the chip sleep state.adrian2014-04-304-12/+27
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.adrian2014-04-271-0/+5
* * Add a new capability which returns whether the hardware supportsadrian2014-04-273-1/+6
* Program the AR_TSFOOR_THRESHOLD register with a default lifted fromadrian2014-04-271-0/+26
* Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!adrian2014-04-271-2/+2
* Do a read-after-write to ensure the interrupt register update is flushedadrian2014-04-271-0/+3
* Fix the AR5211 power mode tracking stuff.adrian2014-04-241-2/+4
* Fix the AR5210 HAL code to store the association ID and restore itadrian2014-04-243-0/+7
* Fix ah_powerMode to be set at the correct place for the AR5210.adrian2014-04-241-2/+4
* Wrap the rate control re-init code in a lock, to serialise it withadrian2014-04-231-0/+2
* Rewrite the cleanup code to, well, actually work right.adrian2014-04-211-45/+125
* * Modify the debugging output from pause/resume to note the TID and STAadrian2014-04-211-7/+16
* Make sure bf_next is NULL'ed out when we're completing up an aggregateadrian2014-04-211-2/+3
* Fix a cleanup hang if cleanup gets called _during_ an active cleanup.adrian2014-04-211-8/+28
* Add a function to check whether the given register can be accessed whilstadrian2014-04-091-4/+26
* Add some debugging and forcing of the BAW to match what the currentadrian2014-04-081-16/+44
* Don't do continue inside the scheduler loop; we really need to checkadrian2014-04-081-2/+2
* Correct the actual definition of ath_tx_tid_filt_comp_single() toadrian2014-04-081-5/+10
* Add a comment explaining the obvious.adrian2014-04-081-0/+1
* Don't resume a TID on each filtered frame completion - only do it ifadrian2014-04-081-2/+8
* Also set the AR5212 HAL power mode tracking in the right spot.adrian2014-03-221-1/+3
* Throw the flush messages behind ATH_DEBUG_RESET as well.adrian2014-03-201-6/+6
* Add some debugging code to print out if registers are touched whilst theadrian2014-03-201-0/+24
* Shuffle ah_powerMode to be in a sane spot for the given power operation.adrian2014-03-201-1/+3
* Don't call ath_init() inside the lock.adrian2014-03-201-2/+4
* Migrate the chip power mode status to public ath_hal, rather than theadrian2014-03-1010-19/+14
* Call ieee80211_dump_pkt() based on IFF_DUMPPKTS().rpaulo2014-03-081-3/+4
* PicoStation M2HP presents reg domain 0x2a which is not found in atheros or linuxhiren2014-02-232-0/+6
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-2/+2
* Correctly remove entries from the relevant receive ath_buf list beforeadrian2014-01-061-6/+14
* - Provide necessary includes, that before came via if.h pollution.glebius2013-10-281-0/+2
* Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined.cognet2013-10-281-0/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-2614-0/+19
* Add a missing comma.rpaulo2013-10-171-1/+1
* Move a lot of debugging printf's to DPRINTF.rpaulo2013-10-172-133/+109
* Add channel survey support to the AR5212 HAL.adrian2013-10-083-18/+102
OpenPOWER on IntegriCloud