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)
commit8c1d7fa53166dd82bcf6be5ffc83bc4066150bf5
tree6126523c3f86b07383414d33024027793fd14b48
parent214d553944815245897f6ac71f0b2e1905badcd9
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