]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite30437493e90feb8c3aea4816495f09282f12a3e
tree22100670875711abc06de00bb6cb05eeca4a2526
parent3b0214b006f3d3a04ef378246ceb0d5111f63166
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