commit | 673e69a67dd63fc3b40f109d1677a5dc72185fbb | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Apr 30 11:49:08 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 30 17:43:29 2020 -0700 |
tree | 86af83bed16c2a174ac5e3cd83f60cc766ef8d43 | |
parent | 64cf2ea13b1e3babaa5baab596aa97e85ac9d8d9 [diff] |
net: dsa: b53: Rename num_arl_entries to num_arl_bins The variable currently holds the number of ARL bins per ARL buckets, which is different from the number of ARL entries which would be bins times buckets. We will be adding a num_arl_buckets in a subsequent patch so get variables straight now. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>