1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 09:32:12 +00:00
Alexander Wetzel 646262c71a wifi: mac80211: remove debugfs dir for virtual monitor
Don't call ieee80211_debugfs_recreate_netdev() for virtual monitor
interface when deleting it.

The virtual monitor interface shouldn't have debugfs entries and trying
to update them will *create* them on deletion.

And when the virtual monitor interface is created/destroyed multiple
times we'll get warnings about debugfs name conflicts.

Signed-off-by: Alexander Wetzel <Alexander@wetzel-home.de>
Link: https://patch.msgid.link/20250204164240.370153-1-Alexander@wetzel-home.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2025-02-11 12:40:27 +01:00
2025-01-22 08:28:57 -08:00
2025-01-20 20:27:33 -08:00
2025-01-28 20:18:52 +02:00
2025-01-21 20:03:04 -08:00
2025-01-27 15:15:12 -08:00
2025-01-21 17:48:03 -08:00
2025-01-20 20:27:33 -08:00
2025-01-22 08:28:57 -08:00
2025-01-22 08:28:57 -08:00
2024-09-01 20:43:24 -07:00
2025-01-22 08:28:57 -08:00
2025-01-21 17:48:03 -08:00
2025-01-22 08:28:57 -08:00
2025-01-21 20:09:14 -08:00
2025-01-21 16:09:47 -08:00
2024-11-27 12:57:03 -08:00
2025-02-06 22:30:25 +02:00
2025-02-06 22:30:26 +02:00
2025-01-22 08:28:57 -08:00

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 reStructuredText 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.
Languages
C 97.1%
Assembly 1%
Shell 0.6%
Rust 0.4%
Python 0.4%
Other 0.3%