Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information