diff options
Diffstat (limited to 'net/mac80211/trace.h')
-rw-r--r-- | net/mac80211/trace.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/mac80211/trace.h b/net/mac80211/trace.h index 85ccfbe863db..8e461a02c6a8 100644 --- a/net/mac80211/trace.h +++ b/net/mac80211/trace.h | |||
@@ -1829,6 +1829,12 @@ TRACE_EVENT(api_cqm_rssi_notify, | |||
1829 | ) | 1829 | ) |
1830 | ); | 1830 | ); |
1831 | 1831 | ||
1832 | DEFINE_EVENT(local_sdata_evt, api_cqm_beacon_loss_notify, | ||
1833 | TP_PROTO(struct ieee80211_local *local, | ||
1834 | struct ieee80211_sub_if_data *sdata), | ||
1835 | TP_ARGS(local, sdata) | ||
1836 | ); | ||
1837 | |||
1832 | TRACE_EVENT(api_scan_completed, | 1838 | TRACE_EVENT(api_scan_completed, |
1833 | TP_PROTO(struct ieee80211_local *local, bool aborted), | 1839 | TP_PROTO(struct ieee80211_local *local, bool aborted), |
1834 | 1840 | ||