mac80211_hwsim: Replace bogus hrtimer clockid
authorThomas Gleixner <tglx@linutronix.de>
Sat, 25 Feb 2017 10:27:37 +0000 (10:27 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 27 Feb 2017 13:04:39 +0000 (14:04 +0100)
commit8fbcfeb8a9cc803464d6c166e7991913711c612c
tree0c2802745c6f75baf147264004b7d86845a8ac3b
parentb7540d8f25c8034de7e4163fc23ac457bf057731
mac80211_hwsim: Replace bogus hrtimer clockid

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

Use CLOCK_MONOTONIC instead.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c