Linux kernel source tree
Go to file
Johannes Berg 733c498a80 wifi: mac80211: fix driver debugfs for vif type change
If a driver implements the change_interface() method, we switch
interface type without taking the interface down, but still will
recreate the debugfs for it since it's a new type. As such, we
should use the ieee80211_debugfs_recreate_netdev() function here
to also recreate the driver's files, if it is indeed from a type
change while up.

Link: https://msgid.link/20240129155402.7311a36ffeeb.I18df02bbeb685d4250911de5ffbaf090f60c3803@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-02-02 13:09:55 +01:00
arch Including fixes from bpf, netfilter and WiFi. 2024-01-25 10:58:35 -08:00
block
certs
crypto
Documentation
drivers wifi: iwlwifi: remove extra kernel-doc 2024-02-01 11:54:33 +02:00
fs overlayfs fixes for 6.8-rc2 2024-01-25 10:52:30 -08:00
include wifi: cfg80211: detect stuck ECSA element in probe resp 2024-02-02 13:08:58 +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: fix driver debugfs for vif type change 2024-02-02 13:09:55 +01:00
rust
samples
scripts
security integrity-6.8-rc1 2024-01-24 16:51:59 -08:00
sound
tools Including fixes from bpf, netfilter and WiFi. 2024-01-25 10:58:35 -08: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.