Date: Thu, 21 Apr 2011 03:59:37 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files options src/sys/net80211 ieee80211_alq.c ieee80211_alq.h Message-ID: <201104210400.p3L401gr027901@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-04-21 03:59:37 UTC FreeBSD src repository Modified files: sys/conf files options Added files: sys/net80211 ieee80211_alq.c ieee80211_alq.h Log: SVN rev 220908 on 2011-04-21 03:59:37Z by 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. Revision Changes Path 1.1587 +1 -0 src/sys/conf/files 1.727 +1 -0 src/sys/conf/options 1.1 +144 -0 src/sys/net80211/ieee80211_alq.c (new) 1.1 +51 -0 src/sys/net80211/ieee80211_alq.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104210400.p3L401gr027901>