commit | eb8b27ada953f8de182e628d71feff797707768a | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Jul 01 08:50:48 2011 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 05 15:26:55 2011 -0400 |
tree | 793e511e2dc5ca9dc109aa40365ffa4551049171 | |
parent | c2a7965f528244bc35f41ca64592132c7b3c2515 [diff] |
rtlwifi: rtl8192de: Replace loops calling udelay with single mdelay There are a number of loops to implement delays. These are replaced with single calls to mdelay(). The need for a fix was noted by Andrew Morton <akpm@linux-foundation.org>. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>