From: Jouni Malinen Date: Wed, 9 May 2012 19:14:51 +0000 (+0300) Subject: ath6kl: Use correct max-scan-SSIDs limit X-Git-Tag: v3.6-rc1~125^2~57^2~287^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab5415d6c701a59dd6fc2bc93cf476ecc03ada5;p=pandora-kernel.git ath6kl: Use correct max-scan-SSIDs limit The currently used firmware images support 16 SSIDs in the scan request (indexes 0..15), so update the host driver to use the same limit to allow some more SSIDs to be scanned per request. In addition, change the max-index to max-SSIDs to make it easier to understand the implementation and fix couple of off-by-one checks that could limit the maximum number of entries too strictly. Signed-off-by: Jouni Malinen Signed-off-by: Kalle Valo --- Reading git-diff-tree failed