2024-01-31 15:49:53

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] wifi: mac80211: remove unused MAX_MSG_LEN define

From: Johannes Berg <[email protected]>

This got unused when the tracing was converted to dynamic
strings, so the define can be removed.

Signed-off-by: Johannes Berg <[email protected]>
---
net/mac80211/trace_msg.h | 2 --
1 file changed, 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),

--
2.43.0