commit | 0f9c5a61d4b2330b12c59126aa5a9108dbfce555 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Mar 31 20:02:09 2016 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Apr 06 13:18:17 2016 +0200 |
tree | 6d18031607d94831c71dba87fec4abfb990c6465 | |
parent | 4f6b1b3daaf167bf927174224e07efd17ed95984 [diff] |
mac80211: fix RX u64 stats consistency on 32-bit platforms On 32-bit platforms, the 64-bit counters we keep need to be protected to be consistently read. Use the u64_stats_sync mechanism to do that. In order to not end up with overly long lines, refactor the tidstats assignments a bit. Signed-off-by: Johannes Berg <johannes.berg@intel.com>