]> Git Repo - linux.git/commit
mac80211_hwsim: Replace bogus hrtimer clockid
authorThomas Gleixner <[email protected]>
Sat, 25 Feb 2017 10:27:37 +0000 (11:27 +0100)
committerLinus Torvalds <[email protected]>
Sat, 25 Feb 2017 17:48:16 +0000 (09:48 -0800)
commit915f3e3f76c05b2da93c4cc278eebc2d9219d9f4
treece59f9d63e9514edd2a8bad8221c41771ac6b1a4
parent9e314890292c0dd357eadef6a043704fa0b4c157
mac80211_hwsim: Replace bogus hrtimer clockid

mac80211_hwsim initializes a hrtimer with clockid CLOCK_MONOTONIC_RAW.
That's not supported.

Use CLOCK_MONOTNIC instead.

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/net/wireless/mac80211_hwsim.c
This page took 0.055123 seconds and 4 git commands to generate.