Skip to content

Commit

Permalink
wifi: mac80211: remove unused MAX_MSG_LEN define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg committed Feb 8, 2024
1 parent af4acac commit 2fd53eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/mac80211/trace_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Expand Down

0 comments on commit 2fd53eb

Please sign in to comment.