From: Michal Kazior Date: Tue, 25 Nov 2014 14:16:05 +0000 (+0100) Subject: ath10k: fix station count enforcement X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~42^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd1061e9b52407175c94bbc4214fa0d5c3fe2e9;p=pandora-kernel.git ath10k: fix station count enforcement The number of peers isn't directly translatable to the number of stations because ath10k needs to reserve a few extra peers for special cases like multi-vif concurrency. The previous limit was 126 and 15 stations in AP mode for 10.x and main firmware branches respectively. The limit is now 128 and 16 which was the original intention. Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed