aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_debug.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] sigh, how'd I miss this.Adrian Chadd2017-02-101-0/+1
* [ath] add BTCOEX debug section; modify DPRINTF() to take a no-arg format string.Adrian Chadd2016-05-311-2/+3
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-5/+2
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-2/+5
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-5/+2
* 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