No description
Find a file
Emmanuel Grumbach 9d096e3d30 iwlwifi: mvm: fix assert 1F04 upon reconfig
When we reconfig we must not send the MAC_POWER command that relates to
a MAC that was not yet added to the firmware.

Ignore those in the iterator.

Cc: stable@vger.kernel.org
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20220517120044.ed2ffc8ce732.If786e19512d0da4334a6382ea6148703422c7d7b@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2022-05-18 12:54:04 +02:00
arch net: SO_RCVMARK socket option for SO_MARK with recvmsg() 2022-04-28 13:08:15 -07:00
block
certs
crypto
Documentation wireless-next patches for v5.19 2022-05-03 17:27:51 -07:00
drivers iwlwifi: mvm: fix assert 1F04 upon reconfig 2022-05-18 12:54:04 +02:00
fs net: sysctl: introduce sysctl SYSCTL_THREE 2022-05-03 10:15:06 +02:00
include cfg80211: fix kernel-doc for cfg80211_beacon_data 2022-05-17 12:48:49 +02:00
init
ipc
kernel
lib selftests/sysctl: add sysctl macro test 2022-05-03 10:15:07 +02:00
LICENSES
mm
net mac80211: refactor freeing the next_beacon 2022-05-17 13:03:34 +02:00
samples
scripts
security
sound
tools selftests: forwarding: add basic QoS classification test for Ocelot switches 2022-05-03 17:24:45 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wireless-next patches for v5.19 2022-05-03 17:27:51 -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.