No description
Find a file
Johannes Berg 0a44dfc070 wifi: mac80211: simplify non-chanctx drivers
There are still surprisingly many non-chanctx drivers, but in
mac80211 that code is a bit awkward. Simplify this by having
those drivers assign 'emulated' ops, so that the mac80211 code
can be more unified between non-chanctx/chanctx drivers. This
cuts the number of places caring about it by about 15, which
are scattered across - now they're fewer and no longer in the
channel context handling.

Link: https://msgid.link/20240129194108.6d0ead50f5cf.I60d093b2fc81ca1853925a4d0ac3a2337d5baa5b@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-02-08 12:58:32 +01:00
arch Including fixes from bpf, netfilter and WiFi. 2024-01-25 10:58:35 -08:00
block
certs
crypto
Documentation
drivers wifi: mac80211: simplify non-chanctx drivers 2024-02-08 12:58:32 +01:00
fs overlayfs fixes for 6.8-rc2 2024-01-25 10:52:30 -08:00
include wifi: mac80211: simplify non-chanctx drivers 2024-02-08 12:58:32 +01:00
init
io_uring
ipc
kernel Urgent RCU pull request for v6.8 2024-01-25 10:21:21 -08:00
lib
LICENSES
mm
net wifi: mac80211: simplify non-chanctx drivers 2024-02-08 12:58:32 +01:00
rust
samples samples/cgroup: add .gitignore file for generated samples 2024-01-24 11:52:40 -08:00
scripts
security integrity-6.8-rc1 2024-01-24 16:51:59 -08:00
sound
tools kunit: add wireless unit tests 2024-01-26 09:54:20 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: wifi: brcm80211: cleanup entry 2024-01-29 18:27:58 +02:00
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.