aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
diff options
context:
space:
mode:
authorSaravanan Dhanabal <ext-saravanan.dhanabal@nokia.com>2010-03-26 06:53:33 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-03-31 14:39:16 -0400
commitbc0f03ea579d78f845a44a0c611806da64057b03 (patch)
tree5baea9ca27c4e2558487e9d594ab00cf7db96dd6 /drivers/net/wireless/rt2x00
parentc18995540cc4d2c84d130581b8b6720b22ca16b5 (diff)
wl1271: Fix msleep() delay while waiting for completion
After last transmission, the device goes to sleep earlier than the configured dynamic power save timeout. If timeout is set to 400ms, device enters into sleep mode at around 330ms since from last TX. This patch removes the msleep(1), which causes the delay after ELP wakeup. Replaced with udelay(10), the variation is around 7-10ms. Signed-off-by: Saravanan Dhanabal <ext-saravanan.dhanabal@nokia.com> Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00')
0 files changed, 0 insertions, 0 deletions