A mirror of the official Linux kernel repository just in case
Go to file
Aditya Kumar Singh 6241d79f00 Revert "wifi: mac80211: move radar detect work to sdata"
This reverts commit ce9e660ef3 ("wifi: mac80211: move radar detect work to sdata").

To enable radar detection with MLO, it’s essential to handle it on a
per-link basis. This is because when using MLO, multiple links may already
be active and beaconing. In this scenario, another link should be able to
initiate a radar detection. Also, if underlying links are associated with
different hardware devices but grouped together for MLO, they could
potentially start radar detection simultaneously. Therefore, it makes
sense to manage radar detection settings separately for each link by moving
them back to a per-link data structure.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
Link: https://patch.msgid.link/20240906064426.2101315-2-quic_adisi@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-09-06 13:01:04 +02:00
arch LoongArch: KVM: Invalidate guest steal time address on vCPU reset 2024-08-26 23:11:32 +08:00
block
certs
crypto
Documentation wireless-next patches for v6.12 2024-09-04 17:20:14 -07:00
drivers wifi: iwlwifi: mvm: replace CONFIG_PM by CONFIG_PM_SLEEP 2024-09-06 12:56:03 +02:00
fs nfsd-6.11 fixes: 2024-08-29 06:20:44 +12:00
include wireless-next patches for v6.12 2024-09-04 17:20:14 -07:00
init
io_uring io_uring/kbuf: sanitize peek buffer setup 2024-08-21 07:16:38 -06:00
ipc
kernel vfs-6.11-rc6.fixes 2024-08-27 16:57:35 +12:00
lib netdev_features: convert NETIF_F_LLTX to dev->lltx 2024-09-03 11:36:43 +02:00
LICENSES
mm mm: Fix missing folio invalidation calls during truncation 2024-08-24 16:09:16 +02:00
net Revert "wifi: mac80211: move radar detect work to sdata" 2024-09-06 13:01:04 +02:00
rust rust: net::phy unified genphy_read_status function for C22 and C45 registers 2024-08-30 10:27:35 +01:00
samples
scripts net: drop special comment style 2024-08-23 10:21:02 +01:00
security
sound sound fixes for 6.11-rc6 2024-08-28 06:24:22 +12:00
tools selftests: net: convert comma to semicolon 2024-09-04 16:55:49 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update entry for Sriram Yagnaraman 2024-08-29 10:53:46 +02:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: phy: add Applied Micro QT2025 PHY driver 2024-08-30 10:27:35 +01:00
Makefile Linux 6.11-rc5 2024-08-25 19:07:11 +12:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.