Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f20596b authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

rtl8187: Remove large delays



The rtl8187 driver contains 3 sleep statements that are longer than
a second. Testing has shown no bad effects when they are removed.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Tested-by: default avatarHerton Ronaldo Krzesinski <herton@mandriva.com.br>
Tested-by: default avatarHin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9344e86e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@ static int rtl8187b_init_hw(struct ieee80211_hw *dev)
	rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, 0x0480);
	rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, 0x2488);
	rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF);
	msleep(1100);
	msleep(100);

	priv->rf->init(dev);

+0 −2
Original line number Diff line number Diff line
@@ -862,10 +862,8 @@ static void rtl8225z2_b_rf_init(struct ieee80211_hw *dev)
	rtl8225_write(dev, 0x3, 0x080); msleep(1);
	rtl8225_write(dev, 0x5, 0x004); msleep(1);
	rtl8225_write(dev, 0x0, 0x0B7); msleep(1);
	msleep(3000);

	rtl8225_write(dev, 0x2, 0xC4D); msleep(1);
	msleep(2000);

	rtl8225_write(dev, 0x2, 0x44D); msleep(1);
	rtl8225_write(dev, 0x0, 0x2BF); msleep(1);