No description
Find a file
Ilan Peer 563fe446ef wifi: mac80211: Do not force off-channel for management Tx with MLO
When user space transmits a management frame it is expected to use
the MLD addresses if the connection is an MLD one. Thus, in case
the management Tx is using the MLD address and no channel is configured
off-channel should not be used (as one of the active links would be used).

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230827135854.73c8efce252f.Ie4b0a842debb24ef25c5e6cb2ad69b9f46bc4b2a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2023-09-11 12:33:54 +02:00
arch
block
certs
crypto
Documentation doc/netlink: Add delete operation to ovs_vport spec 2023-08-25 18:58:34 -07:00
drivers wifi: mac80211_hwsim: clean up kernel-doc 2023-09-11 12:32:39 +02:00
fs
include wifi: cfg80211: add ieee80211_fragment_element to public API 2023-09-11 12:32:16 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net wifi: mac80211: Do not force off-channel for management Tx with MLO 2023-09-11 12:33:54 +02:00
rust
samples
scripts
security
sound
tools tools: ynl-gen: fix uAPI generation after tempfile changes 2023-08-25 18:56:48 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 Restructured Text 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.