| From: |
| Miri Korenblit <miriam.rachel.korenblit-AT-intel.com> |
| To: |
| johannes-AT-sipsolutions.net |
| Subject: |
| [PATCH 0/4] wifi: cfg80211/mac80211: add an hrtimer wiphy work |
| Date: |
| Sun, 19 Oct 2025 11:12:55 +0300 |
| Message-ID: |
| <20251019081259.2455317-1-miriam.rachel.korenblit@intel.com> |
| Cc: |
| linux-wireless-AT-vger.kernel.org |
| Archive-link: |
| Article |
Apparently, the existing wiphy delayed work, based on a regular timer,
is not accurate enough.
This series adds an hrtimer-based delayed wiphy work and uses it for
several wiphy tasks.
Thanks,
Miri
---
Benjamin Berg (4):
wifi: cfg80211: add an hrtimer based delayed work item
wifi: mac80211: use wiphy_hrtimer_work for ttlm_work
wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_work
wifi: mac80211: use wiphy_hrtimer_work for csa.switch_work
include/net/cfg80211.h | 78 ++++++++++++++++++++++++++++++++++++++
net/mac80211/chan.c | 2 +-
net/mac80211/ieee80211_i.h | 8 ++--
net/mac80211/link.c | 4 +-
net/mac80211/mlme.c | 52 ++++++++++++-------------
net/wireless/core.c | 56 +++++++++++++++++++++++++++
net/wireless/trace.h | 21 ++++++++++
7 files changed, 188 insertions(+), 33 deletions(-)
--
2.34.1