Skip to content
  • Johannes Berg's avatar
    mac80211: use DECLARE_EWMA · 40d9a38a
    Johannes Berg authored
    
    
    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: default avatarJohannes Berg <johannes.berg@intel.com>
    40d9a38a