History log of /freebsd-10.0-release/sys/net80211/ieee80211_alq.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 233255 21-Mar-2012 adrian

Re-commit this - store the alq payload in network order.


# 232530 05-Mar-2012 adrian

Oops - used the wrong field.

Noticed by: nwhitehorn


# 232526 04-Mar-2012 adrian

Add the thread id to the net80211 alq records.

This will (hopefully) aid in debugging concurrency related issues.


# 232525 04-Mar-2012 adrian

Fix style(9) issues.


# 221782 11-May-2011 adrian

Fix up the net80211 alq logging - this commit makes it usable.

* 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.


# 221781 11-May-2011 adrian

net80211 alq bugfixes:

* Track number of logged operations
* call alq_post() so things are logged
* network order things


# 220908 21-Apr-2011 adrian

Implement very basic ALQ logging for net80211.

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.