|
@@ -1,3 +1,8 @@
|
|
|
+/*
|
|
|
+* Portions of this file
|
|
|
+* Copyright(c) 2016 Intel Deutschland GmbH
|
|
|
+*/
|
|
|
+
|
|
|
#if !defined(__MAC80211_DRIVER_TRACE) || defined(TRACE_HEADER_MULTI_READ)
|
|
|
#define __MAC80211_DRIVER_TRACE
|
|
|
|
|
@@ -899,6 +904,13 @@ DEFINE_EVENT(sta_event, drv_sta_pre_rcu_remove,
|
|
|
TP_ARGS(local, sdata, sta)
|
|
|
);
|
|
|
|
|
|
+DEFINE_EVENT(sta_event, drv_sync_rx_queues,
|
|
|
+ TP_PROTO(struct ieee80211_local *local,
|
|
|
+ struct ieee80211_sub_if_data *sdata,
|
|
|
+ struct ieee80211_sta *sta),
|
|
|
+ TP_ARGS(local, sdata, sta)
|
|
|
+);
|
|
|
+
|
|
|
DEFINE_EVENT(sta_event, drv_sta_rate_tbl_update,
|
|
|
TP_PROTO(struct ieee80211_local *local,
|
|
|
struct ieee80211_sub_if_data *sdata,
|