From: Michal Kazior Date: Tue, 24 Mar 2015 12:38:11 +0000 (+0000) Subject: ath10k: fix survey reporting X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~230^2~34^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94aa7ef4647b81bc110300e0a1be777961d7a3a;p=pandora-kernel.git ath10k: fix survey reporting Number of channels is stored in a separate macro in a header file and channel list is constructed independently. The macro is used to define survey array. This fixes a recent regression introduced after adding support for 144 channel. The regression would lead to a warning and incomplete survey data on channel 165: chan info: invalid frequency 5825 (idx 38 out of bounds) Also make sure to enforce the sizes and avoid this kind of problem in the future. Fixes: 4a7898fed5f3 ("ath10k: enable channel 144 on 5GHz band") Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed