Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
net/mac80211/trace_msg.h
··· 16 16 #undef TRACE_SYSTEM 17 17 #define TRACE_SYSTEM mac80211_msg 18 18 19 - #define MAX_MSG_LEN 120 20 - 21 19 DECLARE_EVENT_CLASS(mac80211_msg_event, 22 20 TP_PROTO(struct va_format *vaf), 23 21