mac80211: use per-CPU TX/RX statistics
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 15:10:38 +0000 (17:10 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Apr 2015 09:16:11 +0000 (11:16 +0200)
commit5a490510ba5fce8a10746525357a297f8f076bb1
tree773e774dd117374a2014c72b6a372b44e5626e9b
parentce5b071a456beea13a893fcc73f47998bf7ceb35
mac80211: use per-CPU TX/RX statistics

This isn't all that relevant for RX right now, but TX can be concurrent
due to multi-queue and the accounting is therefore broken.

Use the standard per-CPU statistics to avoid this.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c
net/mac80211/rx.c
net/mac80211/tx.c