No description
Find a file
Peter Chiu 6f4d5f95d3 wifi: mt76: mt7996: disable AMSDU for non-data frames
[ Upstream commit 5d5edc0919 ]

Disable AMSDU for non-data frames to prevent TX token leak issues.

Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-04-13 13:10:00 +02:00
arch arm64: dts: qcom: qcs6490-rb3gen2: Declare GCC clocks protected 2024-04-13 13:09:59 +02:00
block
certs
crypto
Documentation
drivers wifi: mt76: mt7996: disable AMSDU for non-data frames 2024-04-13 13:10:00 +02:00
fs
include net: skbuff: add overflow debug check to pull/push helpers 2024-04-13 13:09:59 +02:00
init
io_uring
ipc
kernel dump_stack: Do not get cpu_sync for panic CPU 2024-04-13 13:09:58 +02:00
lib dump_stack: Do not get cpu_sync for panic CPU 2024-04-13 13:09:58 +02:00
LICENSES
mm
net net: add netdev_lockdep_set_classes() to virtual drivers 2024-04-13 13:09:59 +02:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.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.