wifi: mac80211: add flush_sta method
[linux-block.git] / net / mac80211 / trace.h
index e0ccf5fe708ad28592b4ab829b12b54a3e9674e9..de5d69f21306f5edcff12553e0f6ac83edcecb8c 100644 (file)
@@ -1177,6 +1177,13 @@ TRACE_EVENT(drv_flush,
        )
 );
 
+DEFINE_EVENT(sta_event, drv_flush_sta,
+       TP_PROTO(struct ieee80211_local *local,
+                struct ieee80211_sub_if_data *sdata,
+                struct ieee80211_sta *sta),
+       TP_ARGS(local, sdata, sta)
+);
+
 TRACE_EVENT(drv_channel_switch,
        TP_PROTO(struct ieee80211_local *local,
                 struct ieee80211_sub_if_data *sdata,