diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-01-31 16:49:07 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-02-08 12:50:09 +0100 |
commit | 2fd53eb04c492eb9a2b06f994b36e5cf34ba7541 (patch) | |
tree | 1de80814e15490ec6e7018cd9564908854bd5dfd /net/mac80211/trace_msg.h | |
parent | af4acac7caa17cf10742c80e2dd859e21d06abb9 (diff) |
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/trace_msg.h')
-rw-r--r-- | net/mac80211/trace_msg.h | 2 |
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), |