commit | 31369c323ba0dc839d8a4e5a5727adc76814959c | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Mon Dec 19 11:52:56 2016 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 13:34:21 2016 +0200 |
tree | 00bb945b9cd910ac9d3f89ac26bb614f212cd091 | |
parent | eb79a8fe94c8a16687112e0a3abcce8225447f6f [diff] |
rt2800: replace msleep() with usleep_range() on channel switch msleep(1) can sleep much more time then requested 1ms, this is not good on channel switch, which we want to be performed fast (i.e. to make scan faster). Replace msleep() with usleep_range(), which has much smaller maximum sleeping time boundary. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>