aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/driver-ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/driver-ops.h')
-rw-r--r--net/mac80211/driver-ops.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h
index 855e85b55061..c3d844093a2f 100644
--- a/net/mac80211/driver-ops.h
+++ b/net/mac80211/driver-ops.h
@@ -290,14 +290,6 @@ static inline int drv_conf_tx(struct ieee80211_local *local, u16 queue,
290 return ret; 290 return ret;
291} 291}
292 292
293static inline int drv_get_tx_stats(struct ieee80211_local *local,
294 struct ieee80211_tx_queue_stats *stats)
295{
296 int ret = local->ops->get_tx_stats(&local->hw, stats);
297 trace_drv_get_tx_stats(local, stats, ret);
298 return ret;
299}
300
301static inline u64 drv_get_tsf(struct ieee80211_local *local) 293static inline u64 drv_get_tsf(struct ieee80211_local *local)
302{ 294{
303 u64 ret = -1ULL; 295 u64 ret = -1ULL;