aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_debug.h
Commit message (Expand)AuthorAgeFilesLines
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-301-0/+1
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.Adrian Chadd2013-06-121-0/+1
* Add a debug method to dump the EDMA TX status descriptor contents out.Adrian Chadd2012-11-031-0/+2
* Pause and unpause the software queues for a given node based on theAdrian Chadd2012-10-031-0/+1
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.Adrian Chadd2012-09-241-4/+16
* Add a debug bit for TX destination filtering.Adrian Chadd2012-09-171-0/+1
* Map ATH_KTR_* to 0 when ATH_DEBUG is not defined. This effectively NOPsJohn Baldwin2012-07-111-0/+3
* Migrate the ATH_KTR_* fields out to if_ath_debug.h .Adrian Chadd2012-07-101-0/+3
* Add a debug category for RX EDMA.Adrian Chadd2012-07-091-0/+2
* Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;Adrian Chadd2012-05-151-31/+32
* Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch.Adrian Chadd2011-10-291-0/+5
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .Adrian Chadd2011-01-291-0/+93