summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-03-02 14:39:17 -0800
committerDavid S. Miller <davem@davemloft.net>2017-03-02 14:39:17 -0800
commit35576ee17f7c15a5ec776570088fd2eff1dbdc2d (patch)
treef48759bbfa6184f13a83c19c36c006799432daec /net/batman-adv
parent1c296a3ea853ca785351fe4e6f389a967758ac60 (diff)
parenteb1e011a14748a1d9df9a7d7df9a5711721a1bdb (diff)
downloadop-kernel-dev-35576ee17f7c15a5ec776570088fd2eff1dbdc2d.zip
op-kernel-dev-35576ee17f7c15a5ec776570088fd2eff1dbdc2d.tar.gz
Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Johannes Berg says: ==================== This contains just the average.h change in order to get it into the tree before adding new users through -next trees. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 8f64a5c..66b25e4 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
@@ -402,7 +402,7 @@ struct batadv_gw_node {
struct rcu_head rcu;
};
-DECLARE_EWMA(throughput, 1024, 8)
+DECLARE_EWMA(throughput, 10, 8)
/**
* struct batadv_hardif_neigh_node_bat_v - B.A.T.M.A.N. V private neighbor
OpenPOWER on IntegriCloud