commit | 40d9a38ad3b7029be9c278738b67cbdb6349ce85 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jul 13 12:26:46 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Aug 14 17:49:53 2015 +0200 |
tree | e71dd40eb0afb147df45a91d36cb69faa3630880 | |
parent | 2377799c084d86d22074cd4acd20edc32024d669 [diff] |
mac80211: use DECLARE_EWMA Instead of using the out-of-line average calculation, use the new DECLARE_EWMA() macro to declare a signal EWMA, and use that. This actually *reduces* the code size slightly (on x86-64) while also reducing the station info size by 80 bytes. Signed-off-by: Johannes Berg <johannes.berg@intel.com>