projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be84e3d
)
[PATCH] rt2x00: jiffies_round -> jiffies_round_relative
author
Anton Blanchard
<anton@samba.org>
Mon, 15 Oct 2007 05:40:34 +0000
(
00:40
-0500)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 26 Oct 2007 02:05:36 +0000
(22:05 -0400)
When rounding a relative timeout we need to use round_jiffies_relative().
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00lib.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rt2x00/rt2x00lib.h
b/drivers/net/wireless/rt2x00/rt2x00lib.h
index
298faa9
..
06d9bc0
100644
(file)
--- a/
drivers/net/wireless/rt2x00/rt2x00lib.h
+++ b/
drivers/net/wireless/rt2x00/rt2x00lib.h
@@
-30,7
+30,7
@@
* Interval defines
* Both the link tuner as the rfkill will be called once per second.
*/
-#define LINK_TUNE_INTERVAL ( round_jiffies(HZ) )
+#define LINK_TUNE_INTERVAL ( round_jiffies
_relative
(HZ) )
#define RFKILL_POLL_INTERVAL ( 1000 )
/*