]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: cfg80211: hide scan internals
authorJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jun 2025 18:35:19 +0000 (21:35 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 9 Jul 2025 09:52:35 +0000 (11:52 +0200)
commitf0df91b6a7120d85c873f5e77bc183fb6eccda16
tree909632215ecd57dc100d32af13c9f8bd3ddfa135
parent6f9e701c16a733a7d123b9e52101cf56ca5a0a4e
wifi: cfg80211: hide scan internals

Hide the internal scan fields from mac80211 and drivers, the
'notified' variable is for internal tracking, and the 'info'
is output that's passed to cfg80211_scan_done() and stored
only for delayed userspace notification.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250609213231.6a62e41858e2.I004f66e9c087cc6e6ae4a24951cf470961ee9466@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/core.c
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/rdev-ops.h
net/wireless/scan.c
net/wireless/sme.c
net/wireless/trace.h