No description
Find a file
Alexander Wetzel 107395f9cf wifi: mac80211: Drop support for TX push path
All drivers are now using mac80211 internal queues (iTXQs).
Drop mac80211 internal support for the old push path.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2022-10-10 11:06:14 +02:00
arch Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
block
certs
crypto
Documentation Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
drivers Merge remote-tracking branch 'wireless/main' into wireless-next 2022-10-10 11:03:43 +02:00
fs Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
include Merge remote-tracking branch 'wireless/main' into wireless-next 2022-10-10 11:03:43 +02:00
init
io_uring
ipc
kernel Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
lib Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
LICENSES
mm
net wifi: mac80211: Drop support for TX push path 2022-10-10 11:06:14 +02:00
rust
samples Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
scripts Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
security Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
sound
tools Networking changes for 6.1. 2022-10-04 13:38:03 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Networking changes for 6.1. 2022-10-04 13:38:03 -07: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.