Commit 3f654d5
wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_work
The work item may be scheduled relatively far in the future. As the
event happens at a specific point in time, the normal timer accuracy is
not sufficient in that case.
Switch to use wiphy_hrtimer_work so that the accuracy is sufficient.
CC: stable@vger.kernel.org
Fixes: 8eb8dd2 ("wifi: mac80211: Support link removal using Reconfiguration ML element")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20251028125710.24a7b54e9e37.I063c5c15bf7672f94cea75f83e486a3ca52d098f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>1 parent dfa865d commit 3f654d5
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4249 | 4249 | | |
4250 | 4250 | | |
4251 | 4251 | | |
4252 | | - | |
| 4252 | + | |
4253 | 4253 | | |
4254 | 4254 | | |
4255 | 4255 | | |
| |||
6876 | 6876 | | |
6877 | 6877 | | |
6878 | 6878 | | |
6879 | | - | |
| 6879 | + | |
6880 | 6880 | | |
6881 | 6881 | | |
6882 | 6882 | | |
| |||
6906 | 6906 | | |
6907 | 6907 | | |
6908 | 6908 | | |
6909 | | - | |
| 6909 | + | |
6910 | 6910 | | |
6911 | | - | |
| 6911 | + | |
6912 | 6912 | | |
6913 | 6913 | | |
6914 | 6914 | | |
| |||
8793 | 8793 | | |
8794 | 8794 | | |
8795 | 8795 | | |
8796 | | - | |
| 8796 | + | |
8797 | 8797 | | |
8798 | 8798 | | |
8799 | 8799 | | |
| |||
0 commit comments