mac80211: pid: replace open-coded msecs_to_jiffies
authorBob Copeland <me@bobcopeland.com>
Sat, 16 Jan 2010 19:36:53 +0000 (14:36 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 19 Jan 2010 21:25:15 +0000 (16:25 -0500)
Code directly scaling by HZ and rounding can be more efficiently
and clearly performed with msecs_to_jiffies.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found