summaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2024-01-31 18:49:07 +0300
committerJohannes Berg <johannes.berg@intel.com>2024-02-08 14:50:09 +0300
commit2fd53eb04c492eb9a2b06f994b36e5cf34ba7541 (patch)
tree1de80814e15490ec6e7018cd9564908854bd5dfd /net/mac80211
parentaf4acac7caa17cf10742c80e2dd859e21d06abb9 (diff)
downloadlinux-2fd53eb04c492eb9a2b06f994b36e5cf34ba7541.tar.xz
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: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/trace_msg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/trace_msg.h b/net/mac80211/trace_msg.h
index c9dbe9aab7bd..aea4ce55c5ac 100644
--- a/net/mac80211/trace_msg.h
+++ b/net/mac80211/trace_msg.h
@@ -16,8 +16,6 @@
#undef TRACE_SYSTEM
#define TRACE_SYSTEM mac80211_msg
-#define MAX_MSG_LEN 120
-
DECLARE_EVENT_CLASS(mac80211_msg_event,
TP_PROTO(struct va_format *vaf),