commit | 8b44f0dd2f90acd6c8842537223b39f890f2e713 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Thu Jul 30 12:13:29 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 30 14:02:21 2015 +0200 |
tree | 7789af0ef9d89209ed6f2f993ab9392520661c4a | |
parent | 54c9ee39923c0ffa27b99a1b7321e0d07408c97b [diff] |
at86rf230: remove hrtimer on 1 usec delay According Documentation/timers/timers-howto.txt the usually case for setting up a hrtimer takes > ~10us. So we should use udelay in this case so we are sure that the state change was done, before doing the state change assert. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>