No description
Find a file
Ping-Ke Shih 31df6df89f wifi: rtw89: 8851b: add basic power on function
Add basic functions to power on chip and enable and access BB/RF, as
well as reset and hardware settings of BB.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230512061220.16544-5-pkshih@realtek.com
2023-05-17 11:05:57 +03:00
arch
block
certs
crypto
Documentation net: Remove low_thresh in ip defrag 2023-05-15 08:42:07 +01:00
drivers wifi: rtw89: 8851b: add basic power on function 2023-05-17 11:05:57 +03:00
fs \n 2023-05-10 17:07:42 -05:00
include net: Remove low_thresh in ip defrag 2023-05-15 08:42:07 +01:00
init
io_uring
ipc
kernel
lib Networking fixes for 6.4-rc2, including fixes from netfilter 2023-05-11 08:42:47 -05:00
LICENSES
mm
net net: Remove low_thresh in ip defrag 2023-05-15 08:42:07 +01:00
rust
samples
scripts
security
sound
tools selftests: net: vxlan: Add tests for vxlan nolocalbypass option. 2023-05-13 17:02:33 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: re-sort all entries and fields 2023-05-10 20:04:04 -05: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.