commit | fcf9844636be1674a565afcdf6901e1cf37f09fb | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Tue Mar 31 11:03:47 2015 +0000 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Apr 15 15:07:31 2015 +0300 |
tree | 80373cd6f13eb97dbd88e75d194214b5c4cf2fd9 | |
parent | 694c0e0a177783ebf302f462237daa1e2f254025 [diff] |
ath10k: fix hw roc expiration It is not guaranteed firmware will switch to foreign channel immediately after starting scan sequence. To account for that don't use duration parameter for scan time. Instead request insanely long scan and use timeout worker to cancel it from driver. This should improve P2P reliability a bit. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>