summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_debug.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2012-11-05TX EDMA debugging fixes:Adrian Chadd
2012-11-03Add a debug method to dump the EDMA TX status descriptor contents out.Adrian Chadd
2012-09-24Debugging output fixes:Adrian Chadd
2012-08-27Only print the descriptor contents!Adrian Chadd
2012-08-20Make sure all of the buffers are printed, rather than (n-1).Adrian Chadd
2012-08-19Extend the TX descriptor debug printing to be properly aware ofAdrian Chadd
2012-08-11Add the AR9380 HAL to the TX descriptor debugging, in order to dump allAdrian Chadd
2012-07-09Extend the RX descriptor completion debugging to log the largerAdrian Chadd
2012-06-11Revert r233227 and followup commits as it breaks CCMP PN replay detection.Adrian Chadd
2012-05-15Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;Adrian Chadd
2012-04-07Remove duplicate txflags field from ath_buf.Adrian Chadd
2012-03-20Delay sequence number allocation for A-MPDU until just before the frameAdrian Chadd
2011-11-08Add support to the TX descriptor printing code to follow ath_bufAdrian Chadd
2011-01-29Break out the debug macros from if_ath.c into if_ath_debug.[ch] .Adrian Chadd