]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: cfg80211: expose update timestamp to drivers
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 12 Feb 2025 06:22:58 +0000 (08:22 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 26 Feb 2025 14:48:54 +0000 (15:48 +0100)
commitceaad3c435964f601602531d0f6f7deaff329e21
tree4bc0f9470910e690ef33a7a92f5667112fe03aff
parentebba23e0779834e68a200b7968975274cbe260ef
wifi: cfg80211: expose update timestamp to drivers

This information is exposed to userspace but not drivers. Make this
field public so that drivers are also able to access it. The information
is for example useful for link selection to determine whether the BSS
corresponding to an MLO link has been seen in a recent scan.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250212082137.b682ee7aebc8.I0f7cca9effa2b1cee79f4f2eb8b549c99b4e0571@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/scan.c