summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r--net/mac80211/tx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 6e0a675..762ec66 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -43,12 +43,14 @@
static inline void ieee80211_tx_stats(struct net_device *dev, u32 len)
{
+#if LINUX_VERSION_IS_GEQ(3,14,0)
struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats);
u64_stats_update_begin(&tstats->syncp);
tstats->tx_packets++;
tstats->tx_bytes += len;
u64_stats_update_end(&tstats->syncp);
+#endif
}
static __le16 ieee80211_duration(struct ieee80211_tx_data *tx,