From: Johannes Berg Date: Wed, 31 Jan 2024 15:49:07 +0000 (+0100) Subject: wifi: mac80211: remove unused MAX_MSG_LEN define X-Git-Tag: v6.9-rc1~159^2~210^2~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd53eb04c492eb9a2b06f994b36e5cf34ba7541;p=thirdparty%2Fkernel%2Fstable.git 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 --- diff --git a/net/mac80211/trace_msg.h b/net/mac80211/trace_msg.h index c9dbe9aab7bdc..aea4ce55c5aca 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),