aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/trace.h
diff options
context:
space:
mode:
authorGravatar Ingo Molnar <mingo@kernel.org> 2020-01-20 08:43:44 +0100
committerGravatar Ingo Molnar <mingo@kernel.org> 2020-01-20 08:43:44 +0100
commitcb6c82df684e912b10245c13200ef09c9d372fc2 (patch)
tree98448cea990ecf17ad39798980ab18165b72b7ac /net/wireless/trace.h
parentperf/x86/amd: Add support for Large Increment per Cycle Events (diff)
parentLinux 5.5-rc7 (diff)
downloadlinux-cb6c82df684e912b10245c13200ef09c9d372fc2.tar.gz
linux-cb6c82df684e912b10245c13200ef09c9d372fc2.tar.bz2
linux-cb6c82df684e912b10245c13200ef09c9d372fc2.zip
Merge tag 'v5.5-rc7' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/wireless/trace.h')
-rw-r--r--net/wireless/trace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/wireless/trace.h b/net/wireless/trace.h
index d5eaa4928baa..3ef1679b0e66 100644
--- a/net/wireless/trace.h
+++ b/net/wireless/trace.h
@@ -646,6 +646,11 @@ DEFINE_EVENT(wiphy_netdev_evt, rdev_flush_pmksa,
TP_ARGS(wiphy, netdev)
);
+DEFINE_EVENT(wiphy_netdev_evt, rdev_end_cac,
+ TP_PROTO(struct wiphy *wiphy, struct net_device *netdev),
+ TP_ARGS(wiphy, netdev)
+);
+
DECLARE_EVENT_CLASS(station_add_change,
TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 *mac,
struct station_parameters *params),