commit | 8fbcfeb8a9cc803464d6c166e7991913711c612c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 25 10:27:37 2017 +0000 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Feb 27 14:04:39 2017 +0100 |
tree | 0c2802745c6f75baf147264004b7d86845a8ac3b | |
parent | b7540d8f25c8034de7e4163fc23ac457bf057731 [diff] |
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>