summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_debug.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h 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
2017-02-10[ath] sigh, how'd I miss this.Adrian Chadd
2016-05-31[ath] add BTCOEX debug section; modify DPRINTF() to take a no-arg format string.Adrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2014-04-30Bring over some initial power save management support, reset pathAdrian Chadd
2013-06-12Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.Adrian Chadd
2012-11-03Add a debug method to dump the EDMA TX status descriptor contents out.Adrian Chadd
2012-10-03Pause and unpause the software queues for a given node based on theAdrian Chadd
2012-09-24Migrate the ath(4) KTR logging to use an ATH_KTR() macro.Adrian Chadd
2012-09-17Add a debug bit for TX destination filtering.Adrian Chadd
2012-07-11Map ATH_KTR_* to 0 when ATH_DEBUG is not defined. This effectively NOPsJohn Baldwin
2012-07-10Migrate the ATH_KTR_* fields out to if_ath_debug.h .Adrian Chadd
2012-07-09Add a debug category for RX EDMA.Adrian Chadd
2012-05-15Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;Adrian Chadd
2011-10-29Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch.Adrian Chadd
2011-01-29Break out the debug macros from if_ath.c into if_ath_debug.[ch] .Adrian Chadd