History log of /freebsd-10-stable/sys/net80211/ieee80211_alq.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 233133 18-Mar-2012 adrian

.. revert out a local change that I hadn't yet completely finished fleshing
out and testing.

sorry!


# 233129 18-Mar-2012 adrian

Add a missing endian conversion.


# 232526 04-Mar-2012 adrian

Add the thread id to the net80211 alq records.

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


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