mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Linux kernel source tree
* EHT rate reporting * Sniffer support for EHT and a few fixes in the related code * A few general cleanups and small bugfixes * Bump FW API to 74 for AX devices * Fix a compilation error in mei (it still depends on BROKEN) * STEP equalizer support - transfer some Phy related parameters from the BIOS to the firmware -----BEGIN PGP SIGNATURE----- iQJPBAABCAA5FiEE9cg2NujikJ5EMZusCDCCYA5zdzwFAmPXqs4bHGdyZWdvcnku Z3JlZW5tYW5AaW50ZWwuY29tAAoJEAgwgmAOc3c8+DMP/1YmHcT4X6CemXoAm+EK HPDiVDQ+cgUhutIw7UrmpWqjiGW3R7QXtZMzdEWE7xU9qw5h9K1lihdrOde6kUFV eHbN1nRFn3yOTcbhlKZfenOySJD5cP/T5ce3wx4SGugwPbsGIQtNh8ZSnCgbqgfT YXmSPGfXp12aK5E2RbGGTYcFVnJgoaLNnI0iMiLciB3YqeZaPPLDZ4+CJ1Vpwf4p h/jIeKFIupgv/9xG5gFSd18qh96NHTDE6JQjZKRh/iyyqJxqBuS32lRM5v4kTkMK JzleBMaaLqrWgBbBYemmEyaslCOHHkfp/tqnR0J1X+GES7TkjRuMEuDyUzIr8OfR iF0i/32VWyx5PVWEHn1d8IDzNH2EM7Gr11AQz1wDoX7ig0Iv99G9Sdp1hbYNXZIb MROZYArZtQ4WIZS0brULU9PY+9/ZRH3PYOgY+tGYhDkCDIcGuWOl/YQRY3yPMkME MV0Q+jXnGXXDNM8nhflMYFv4P02/E1HI0dP+qAlEIdU3hv6abJmzGOI7vfN+j09B XFxgHsFPvJocXv15zdvSBQVgRjLxSqMISqc42AJ6fQ3ZY1bUCC2+9pi+iN4ko+1u fk+qd5/dGTsEKQ/sIfzOGjosC8vOVeZMAECpsB324bq60mElEjK1cQfgoHnSKIOM ECz9vZqKtlcQrp4Br5FMXcPa =xefb -----END PGP SIGNATURE----- Merge tag 'iwlwifi-next-for-kalle-2023-01-30' of http://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next iwlwifi updates towards v6.3, this patch-set contains: * EHT rate reporting * Sniffer support for EHT and a few fixes in the related code * A few general cleanups and small bugfixes * Bump FW API to 74 for AX devices * Fix a compilation error in mei (it still depends on BROKEN) * STEP equalizer support - transfer some Phy related parameters from the BIOS to the firmware |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .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.