The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Johnson Lin bed4045ffb rtw89: packed IGI configuration flow into function for DIG feature
Refinement of DIG flow, a mechanism to adjust Rx gain for better Rx
performance, by packing IGI(initial gain index) configuration flow into
one function.

Signed-off-by: Johnson Lin <johnson.lin@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220318023214.32411-6-pkshih@realtek.com
2022-04-06 10:48:15 +03:00
Documentation Updates to Tracing: 2022-04-03 12:26:01 -07:00
LICENSES
arch A set of x86 fixes and updates: 2022-04-03 12:15:47 -07:00
block
certs
crypto
drivers rtw89: packed IGI configuration flow into function for DIG feature 2022-04-06 10:48:15 +03:00
fs Updates to Tracing: 2022-04-03 12:26:01 -07:00
include net: ensure net_todo_list is processed quickly 2022-04-05 14:28:16 -07:00
init
ipc
kernel Updates to Tracing: 2022-04-03 12:26:01 -07:00
lib
mm
net net: ensure net_todo_list is processed quickly 2022-04-05 14:28:16 -07:00
samples
scripts
security
sound
tools A set of x86 fixes and updates: 2022-04-03 12:15:47 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.18-rc1 2022-04-03 14:08:21 -07:00
README

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.