projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4acac
)
wifi: mac80211: remove unused MAX_MSG_LEN define
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 31 Jan 2024 15:49:07 +0000
(16:49 +0100)
committer
Johannes 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
patch
|
blob
|
history
diff --git
a/net/mac80211/trace_msg.h
b/net/mac80211/trace_msg.h
index c9dbe9aab7bdcadb9e8196bb7da3c27fe4dd5ac8..aea4ce55c5acad4acfd9551c3f6416b471e45c6c 100644
(file)
--- 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),