[source] mac80211: fix crash in mac80211_hwsim
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 26 07:21:02 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/da4e81960d64ddfcec03961520de4197166d0799
commit da4e81960d64ddfcec03961520de4197166d0799
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Sep 26 16:10:39 2016 +0200
mac80211: fix crash in mac80211_hwsim
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
.../mac80211/patches/130-mac80211-hwsim-hrtimer-clock.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/package/kernel/mac80211/patches/130-mac80211-hwsim-hrtimer-clock.patch b/package/kernel/mac80211/patches/130-mac80211-hwsim-hrtimer-clock.patch
new file mode 100644
index 0000000..cdcd5c8
--- /dev/null
+++ b/package/kernel/mac80211/patches/130-mac80211-hwsim-hrtimer-clock.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/mac80211_hwsim.c
++++ b/drivers/net/wireless/mac80211_hwsim.c
+@@ -2631,7 +2631,7 @@ static int mac80211_hwsim_new_radio(stru
+
+ tasklet_hrtimer_init(&data->beacon_timer,
+ mac80211_hwsim_beacon,
+- CLOCK_MONOTONIC_RAW, HRTIMER_MODE_ABS);
++ CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
+
+ spin_lock_bh(&hwsim_radio_lock);
+ list_add_tail(&data->list, &hwsim_radios);
More information about the lede-commits
mailing list