summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>2025-09-08 14:12:56 +0300
committerJohannes Berg <johannes.berg@intel.com>2025-09-19 11:26:21 +0200
commitba9b2ceaa2558a38a5da59fd654b641610a8568e (patch)
treecd19ebaeb2223e184693fbe827d8d7954fda42fb /tools/perf/scripts/python/exported-sql-viewer.py
parent01b4a3061b1d4ded108e1a700b4414c00662954c (diff)
downloadkernel-ba9b2ceaa2558a38a5da59fd654b641610a8568e.tar.gz
wifi: nl80211: Add NAN Discovery Window (DW) notification
This notification will be used by the device to inform user space about upcoming DW. When received, user space will be able to prepare multicast Service Discovery Frames (SDFs) to be transmitted during the next DW using %NL80211_CMD_FRAME command on the NAN management interface. The device/driver will take care to transmit the frames in the correct timing. This allows to implement a synchronized Discovery Engine (DE) in user space, if the device doesn't support DE offload. Note that this notification can be sent before the actual DW starts as long as the driver/device handles the actual timing of the SDF transmission. Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250908140015.0e1d15031bab.I5b1721e61b63910452b3c5cdcdc1e94cb094d4c9@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
a href='/distro/kernel/commit/tools/memory-model/Documentation?h=linux-6.10.y&id=ba46b21bbdf8c1e8f054f44e7db7d6684720ef78'>doc: Update rcu_dereference.rst referenceMauro Carvalho Chehab 2021-01-04tools/memory-model: Tie acquire loads to reads-fromPaul E. McKenney 2020-11-06tools/memory-model: Add a glossary of LKMM termsPaul E. McKenney 2020-11-06tools/memory-model: Document categories of ordering primitivesPaul E. McKenney 2020-10-26tools/memory-model: Move Documentation description to Documentation/READMEPaul E. McKenney 2020-10-26tools: memory-model: Document that the LKMM can easily miss control dependenciesAlan Stern 2020-09-04tools/memory-model: Expand the cheatsheet.txt notion of relaxedPaul E. McKenney 2020-09-03tools/memory-model: Add a simple entry point documentPaul E. McKenney 2020-09-03tools/memory-model: Improve litmus-test documentationPaul E. McKenney 2020-09-03tools/memory-model: Update recipes.txt prime_numbers.c pathPaul E. McKenney 2020-09-03Replace HTTP links with HTTPS ones: LKMMAlexander A. Klimov 2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2020-07-21tools/memory-model: Remove smp_read_barrier_depends() from informal docWill Deacon 2020-06-29tools/memory-model: Fix reference to litmus test in recipes.txtAkira Yokosawa 2020-06-29tools/memory-model: Fix "conflict" definitionMarco Elver 2020-06-29tools/memory-model: Add recent referencesPaul E. McKenney 2019-10-05tools/memory-model/Documentation: Add plain accesses and data races to explan...Alan Stern 2019-10-05tools/memory-model/Documentation: Put redefinition of rcu-fence into explanat...Alan Stern 2019-10-05tools/memory-model/Documentation: Fix typos in explanation.txtAlan Stern