Bug 16554
Summary: | wl1251 stalls connection completely when being asked to scan while associated | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ameya Palande (ameya.palande) |
Component: | network-wireless | Assignee: | Kalle Valo (kvalo) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | carsten, ext-yuri.kululin, kvalo, linville |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Ameya Palande
2010-08-10 13:33:43 UTC
It looks like the scan command sequence was broken and we need to change CMD_SCAN to CMD_TRIGGER_SCAN_TO in wl1251_cmd_trigger_scan_to() function. I'll prepare patch for review. Yeah, it has to be that one. Please do send the patch, and include the commit id which broke it (3a98c30f3e8bb1f32b5bcb74a39647b3670de275) and also cc stable. Example here: http://git.kernel.org/?p=linux/kernel/git/linville/wireless-testing.git;a=commit;h=fe100acddf438591ecf3582cb57241e560da70b7 This patch fixes the issue, I have verified it myself also. FIXED. From: Yuri Kululin <ext-yuri.kululin@nokia.com> Use appropriate command (CMD_TRIGGER_SCAN_TO) instead of scan command (CMD_SCAN) to configure trigger scan timeout. This was broken in commit 3a98c30f3e8bb1f32b5bcb74a39647b3670de275. Cc: stable@kernel.org Signed-off-by: Yuri Ershov <ext-yuri.ershov@nokia.com> Signed-off-by: Yuri Kululin <ext-yuri.kululin@nokia.com> |