commit | 11ab35ed0457a4b7914358986a67064ecb467e7d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 19 09:46:21 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 20 14:10:22 2015 -0700 |
tree | 4a9f1194d1dc5160bd094ec6718ee0fecb4c494a | |
parent | 46f26ddf562e7495ffa37144be5e447aeb13795e [diff] |
rt2x00: use DECLARE_EWMA Instead of using the out-of-line EWMA calculation, use DECLARE_EWMA() to create static inlines. On x86/64 this results in code that's one byte larger (for me), but reduces struct link_ant and struct link size by the two unsigned long values that store the parameters each. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>