summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_alq.h
Commit message (Collapse)AuthorAgeFilesLines
* [ath] add a placeholder event for debuggin EDMA TX FIFO push events.adrian2016-06-091-0/+8
| | | | | | | Some later code I'll commit pushes lists of frames into the EDMA TX FIFO, rather than a single frame at a time. The CABQ code already pushes frame lists, but it turns out we should actually be doing it in general or performance tanks. :(
* Add ALQ beacon debugging.adrian2013-05-131-0/+14
|
* Fix an incorrect sizeof()adrian2013-02-181-1/+1
| | | | | PR: kern/176238 Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
* Add a new ATH KTR debug method to log the interrupt status.adrian2013-02-181-0/+28
|
* Extend the timestamp to be a timeval, rather than ticks.adrian2013-02-111-1/+2
| | | | This makes it easier to see TX and RX buffer latencies.
* Add in specific TDMA logging types.adrian2012-11-271-0/+49
|
* ath(4) ALQ logging improvements.adrian2012-11-161-5/+22
| | | | | | | | | | | | | | | | | * Add a new method which allows the driver to push the MAC/phy/hal info into the logging stream. * Add a new ALQ logging entry which logs the mac/phy/hal information. * Modify the ALQ startup path to log the MAC/phy/hal information so the decoder knows which HAL/chip is generating this information. * Convert the header and mac/phy/hal information to use be32, rather than host order. I'd like to make this stuff endian-agnostic so I can decode MIPS generated logs on a PC. This requires some further driver modifications to correctly log the right initial chip information. Also - although noone bar me is currently using this, I've shifted the debug bitmask around a bit. Consider yourself warned!
* Add my initial cut at driver-layer ALQ support.adrian2012-11-081-0/+82
I'm using this to debug EDMA TX and RX descriptors and it's really helpful to have a non-printf() way to decode frames. I won't link this into the build until I've tidied it up a little more. This will eventually be behind ATH_DEBUG_ALQ.
OpenPOWER on IntegriCloud