Linux kernel source tree
Go to file
Felix Fietkau 0874bcd0e1 wifi: mac80211: extend ifcomb check functions for multi-radio
Add support for counting global and per-radio max/current number of
channels, as well as checking radio-specific interface combinations.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://patch.msgid.link/e76307f8ce562a91a74faab274ae01f6a5ba0a2e.1720514221.git-series.nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-07-09 11:36:12 +02:00
arch
block
certs
crypto
Documentation ath.git patches for v6.11 2024-07-03 16:57:16 +03:00
drivers wifi: virt_wifi: don't use strlen() in const context 2024-07-09 08:49:56 +02:00
fs
include wifi: mac80211: add radio index to ieee80211_chanctx_conf 2024-07-09 11:36:12 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net wifi: mac80211: extend ifcomb check functions for multi-radio 2024-07-09 11:36:12 +02:00
rust
samples
scripts
security
sound
tools selftests: net: add config for openvswitch 2024-06-27 15:50:08 -07: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 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.