Commit eb79a8fe authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Kalle Valo
Browse files

rt2800: replace mdelay by usleep on vco calibration.



This procedure can sleep, hence mdelay is not needed.

Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent d9632470
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {