Commit 2fd53eb0 authored by Johannes Berg's avatar Johannes Berg

wifi: mac80211: remove unused MAX_MSG_LEN define

This got unused when the tracing was converted to dynamic
strings, so the define can be removed.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent af4acac7
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#undef TRACE_SYSTEM #undef TRACE_SYSTEM
#define TRACE_SYSTEM mac80211_msg #define TRACE_SYSTEM mac80211_msg
#define MAX_MSG_LEN 120
DECLARE_EVENT_CLASS(mac80211_msg_event, DECLARE_EVENT_CLASS(mac80211_msg_event,
TP_PROTO(struct va_format *vaf), TP_PROTO(struct va_format *vaf),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment