wlcore: check ssid length against the correct element
commit 587cc286 ("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: NEliad Peller <eliad@wizery.com>
Showing
想要评论请 注册 或 登录