mac80211: remove get_tx_stats() driver op
get_tx_stats() driver operation is not currently used anywhere in mac80211 and there are no plans to use it in the not-so-near future. So it can go without anyone missing it. Signed-off-by: Kalle Valo <kalle.valo@iki.fi> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
00a08eb62f
commit
349e6b7289
@@ -630,29 +630,6 @@ TRACE_EVENT(drv_conf_tx,
|
||||
)
|
||||
);
|
||||
|
||||
TRACE_EVENT(drv_get_tx_stats,
|
||||
TP_PROTO(struct ieee80211_local *local,
|
||||
struct ieee80211_tx_queue_stats *stats,
|
||||
int ret),
|
||||
|
||||
TP_ARGS(local, stats, ret),
|
||||
|
||||
TP_STRUCT__entry(
|
||||
LOCAL_ENTRY
|
||||
__field(int, ret)
|
||||
),
|
||||
|
||||
TP_fast_assign(
|
||||
LOCAL_ASSIGN;
|
||||
__entry->ret = ret;
|
||||
),
|
||||
|
||||
TP_printk(
|
||||
LOCAL_PR_FMT " ret:%d",
|
||||
LOCAL_PR_ARG, __entry->ret
|
||||
)
|
||||
);
|
||||
|
||||
TRACE_EVENT(drv_get_tsf,
|
||||
TP_PROTO(struct ieee80211_local *local, u64 ret),
|
||||
|
||||
|
Reference in New Issue
Block a user