No description
Find a file
Ming Yen Hsieh b6351ef999 wifi: mt76: mt7921: fix incorrect type conversion for CLC command
clc->len is defined as 32 bits in length, so it must also be
operated on with 32 bits, not 16 bits.

Fixes: fa6ad88e02 ("wifi: mt76: mt7921: fix country count limitation for CLC")
Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312112104.Zkc3QUHr-lkp@intel.com/
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-02-22 09:55:19 +01:00
arch
block
certs
crypto
Documentation dt-bindings: net: wireless: mt76: add interrupts description for MT7986 2024-02-22 09:55:16 +01:00
drivers wifi: mt76: mt7921: fix incorrect type conversion for CLC command 2024-02-22 09:55:19 +01:00
fs
include wifi: cfg80211: use ML element parsing helpers 2024-02-21 15:19:04 +01:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net wifi: nl80211: refactor parsing CSA offsets 2024-02-21 15:19:05 +01:00
rust
samples
scripts
security
sound
tools wireless-next patches for v6.9 2024-02-21 11:48:20 +00:00
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.