]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: cfg80211: Remove unused tracepoints
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 29 Aug 2025 02:17:59 +0000 (22:17 -0400)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Sep 2025 07:58:17 +0000 (09:58 +0200)
commit58febb47b961a91d0d12ee0c1618a7843c0908ce
tree45e2701bc14a3b9d9bb67c97283d17b4559a601c
parentd23ad54de795ec0054f90ecb03b41e8f2c410f3a
wifi: cfg80211: Remove unused tracepoints

Tracepoints that are defined take up around 5K each, even if they are not
used. If they are defined and not used, then they waste memory for unused
code. Soon unused tracepoints will cause warnings.

Remove the unused tracepoints of the cfg80211 subsystem. They are:

cfg80211_chandef_dfs_required
cfg80211_return_u32
cfg80211_return_uint
cfg80211_send_rx_auth

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://patch.msgid.link/20250828221759.131160ee@batman.local.home
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/trace.h