mac80211: move averaged values out of rx_stats
authorJohannes Berg <johannes.berg@intel.com>
Thu, 31 Mar 2016 17:02:05 +0000 (20:02 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Apr 2016 11:18:15 +0000 (13:18 +0200)
commit0be6ed133835b1a5e492f86099ce372b5a2e2296
tree22100670875711abc06de00bb6cb05eeca4a2526
parent8ebaa5b0a791631dddbb3a215b342fabb2a5307b
mac80211: move averaged values out of rx_stats

Move the averaged values out of rx_stats and into rx_stats_avg,
to cleanly split them out. The averaged ones cannot be supported
for parallel RX in a per-CPU fashion, while the other values can
be collected per CPU and then combined/selected when needed.

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