summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_alq.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-commit this - store the alq payload in network order.adrian2012-03-211-1/+1
|
* Oops - used the wrong field.adrian2012-03-051-1/+1
| | | | Noticed by: nwhitehorn
* Add the thread id to the net80211 alq records.adrian2012-03-041-0/+1
| | | | This will (hopefully) aid in debugging concurrency related issues.
* Fix style(9) issues.adrian2012-03-041-10/+12
|
* Fix up the net80211 alq logging - this commit makes it usable.adrian2011-05-111-3/+5
| | | | | | | | * revert a local path change that shouldn't have made it to the commit * fix some indenting/wrapping * Fix the ale data copy - i should be copying into the ale data pointer, not over the ale entry itself.
* net80211 alq bugfixes:adrian2011-05-111-3/+12
| | | | | | * Track number of logged operations * call alq_post() so things are logged * network order things
* Implement very basic ALQ logging for net80211.adrian2011-04-211-0/+144
This is destined to be a lightweight and optional set of ALQ probes for debugging events which are just impossible to debug with printf/log (eg packet TX/RX handling; AMPDU handling.) The probes and operations themselves will appear in subsequent commits.
OpenPOWER on IntegriCloud