]> www.infradead.org Git - nvme.git/commitdiff
wifi: mac80211: remove unused MAX_MSG_LEN define
authorJohannes Berg <johannes.berg@intel.com>
Wed, 31 Jan 2024 15:49:07 +0000 (16:49 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Feb 2024 11:50:09 +0000 (12:50 +0100)
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>
net/mac80211/trace_msg.h

index c9dbe9aab7bdcadb9e8196bb7da3c27fe4dd5ac8..aea4ce55c5acad4acfd9551c3f6416b471e45c6c 100644 (file)
@@ -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),