commit | faae5aae2d4d7fe976d6ef62c3c209b8990124ac | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Tue Jul 03 15:51:20 2012 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 10 12:10:15 2012 -0400 |
tree | 78ab217db7c723b0917098ea0871600816aba6cb | |
parent | 0fc1d2e9fe0820cc0c3247c5766c21b8de65a886 [diff] |
wlcore: check ssid length against the correct element commit 587cc28 ("wlcore: compare ssid_len before comparing ssids") introduced a new bug - the ssid length from the request struct was compared against the ssid length of another request, instead the one of the cmd. This might cause the sched scan request to fail (with -EINVAL) in many cases. Signed-off-by: Eliad Peller <eliad@wizery.com>