commit | e5a9f8d04660da7ef3a98260aa74c3976f9cb4cd | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 16 17:54:47 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Oct 21 10:08:22 2015 +0200 |
tree | b1497de1b8ffd34b991cdf6e21de1c7a0a65f1de | |
parent | 976bd9efdae6a844079ba4a7898a38d229ef246c [diff] |
mac80211: move station statistics into sub-structs Group station statistics by where they're (mostly) updated (TX, RX and TX-status) and group them into sub-structs of the struct sta_info. Also rename the variables since the grouping now makes it obvious where they belong. This makes it easier to identify where the statistics are updated in the code, and thus easier to think about them. Signed-off-by: Johannes Berg <johannes.berg@intel.com>