aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* TX EDMA debugging fixes:Adrian Chadd2012-11-051-6/+7
* Add a debug method to dump the EDMA TX status descriptor contents out.Adrian Chadd2012-11-031-0/+12
* Debugging output fixes:Adrian Chadd2012-09-241-6/+7
* Only print the descriptor contents!Adrian Chadd2012-08-271-2/+2
* Make sure all of the buffers are printed, rather than (n-1).Adrian Chadd2012-08-201-4/+2
* Extend the TX descriptor debug printing to be properly aware ofAdrian Chadd2012-08-191-4/+77
* Add the AR9380 HAL to the TX descriptor debugging, in order to dump allAdrian Chadd2012-08-111-1/+2
* Extend the RX descriptor completion debugging to log the largerAdrian Chadd2012-07-091-0/+10
* Revert r233227 and followup commits as it breaks CCMP PN replay detection.Adrian Chadd2012-06-111-3/+0
* Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;Adrian Chadd2012-05-151-3/+3
* Remove duplicate txflags field from ath_buf.Adrian Chadd2012-04-071-3/+2
* Delay sequence number allocation for A-MPDU until just before the frameAdrian Chadd2012-03-201-6/+10
* Add support to the TX descriptor printing code to follow ath_bufAdrian Chadd2011-11-081-19/+30
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .Adrian Chadd2011-01-291-0/+156