diff options
Diffstat (limited to 'net/mac80211/trace.h')
-rw-r--r-- | net/mac80211/trace.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/mac80211/trace.h b/net/mac80211/trace.h index eb91505eb43e..85ccfbe863db 100644 --- a/net/mac80211/trace.h +++ b/net/mac80211/trace.h | |||
@@ -846,6 +846,13 @@ DEFINE_EVENT(sta_event, drv_sta_pre_rcu_remove, | |||
846 | TP_ARGS(local, sdata, sta) | 846 | TP_ARGS(local, sdata, sta) |
847 | ); | 847 | ); |
848 | 848 | ||
849 | DEFINE_EVENT(sta_event, drv_sta_rate_tbl_update, | ||
850 | TP_PROTO(struct ieee80211_local *local, | ||
851 | struct ieee80211_sub_if_data *sdata, | ||
852 | struct ieee80211_sta *sta), | ||
853 | TP_ARGS(local, sdata, sta) | ||
854 | ); | ||
855 | |||
849 | TRACE_EVENT(drv_conf_tx, | 856 | TRACE_EVENT(drv_conf_tx, |
850 | TP_PROTO(struct ieee80211_local *local, | 857 | TP_PROTO(struct ieee80211_local *local, |
851 | struct ieee80211_sub_if_data *sdata, | 858 | struct ieee80211_sub_if_data *sdata, |