commit | a4619e35c7667fd5a502ec41c2fff88296c93e64 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Sun Dec 06 17:12:56 2009 +0100 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Dec 07 12:34:47 2009 -0500 |
tree | ff495bc5af4f8bb79ce13be12d19e157218d0f14 | |
parent | dacd5dd2bfe3331e325c2f3a6fc044d3fa6fd03c [diff] |
Add work around for event output bug in older kernels Older kernels have a bug that prints out the macro name instead of what it should represent. This breaks parsing the data from userspace. This especially affects the mac80211 trace events. This adds a work around in the tool to handle the bug when executed on older kernels. See Linux kernel commit 811cb50baf63461ce0bdb234927046131fc7fa8b for details. Signed-off-by: Johannes Berg <johannes@sipsolutions.net>