rt2800: replace mdelay by usleep on vco calibration.
This procedure can sleep, hence mdelay is not needed. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Родитель
d96324703f
Коммит
eb79a8fe94
|
@ -4352,7 +4352,7 @@ void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev)
|
|||
return;
|
||||
}
|
||||
|
||||
mdelay(1);
|
||||
usleep_range(1000, 1500);
|
||||
|
||||
rt2800_register_read(rt2x00dev, TX_PIN_CFG, &tx_pin);
|
||||
if (rt2x00dev->rf_channel <= 14) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче