commit | 192185d68dcc9b4517001fcec645111946f84d40 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 13 10:31:14 2016 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue May 10 22:34:08 2016 +0300 |
tree | 4d5a8641ff3a4c52f7fed5a25fe2f2029362bbfe | |
parent | b7a08b284dcf7fb3d7b99473a87fabad04b2c548 [diff] |
iwlwifi: pcie: avoid msleep() with short timeout Since msleep is based on jiffies, it can sleep for a long time. Use usleep_range() instead to shorten the maximum time. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>