]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: enable peer stats by default
authorThomas Pedersen <twp@qca.qualcomm.com>
Tue, 6 Sep 2016 19:05:28 +0000 (12:05 -0700)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 13 Sep 2016 12:26:03 +0000 (15:26 +0300)
commit4b7aa28167e6e0cccd7f249000e5cd2880de46e6
tree6126523c3f86b07383414d33024027793fd14b48
parent19c5bdcf6042992e7666b57ed45742a7c21faf5a
ath10k: enable peer stats by default

IFTYPE_MESH_POINT need to rely on these for accurate path
selection metrics. Other modes will probably also find
them useful. Enabling peer stats has the side effect of
reducing max number of STAs from 128 to 118. There should
be negligible performance impact.

If users really need 128 STAs and don't mind losing out on
peer stats, they can still disable them:

echo 0 > debugfs/ieee80211/phyn/ath10k/peer_stats

Signed-off-by: Thomas Pedersen <twp@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/core.c