From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/Documentation/ABI/testing/sysfs-kernel-boot_params | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params b/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params index eca38ce..7f9bda4 100644 --- a/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params +++ b/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params @@ -23,16 +23,17 @@ representation of setup_data type. "data" file is the binary representation of setup_data payload. - The whole boot_params directory structure is like below: - /sys/kernel/boot_params - |__ data - |__ setup_data - | |__ 0 - | | |__ data - | | |__ type - | |__ 1 - | |__ data - | |__ type - |__ version + The whole boot_params directory structure is like below:: + + /sys/kernel/boot_params + |__ data + |__ setup_data + | |__ 0 + | | |__ data + | | |__ type + | |__ 1 + | |__ data + | |__ type + |__ version Users: Kexec -- Gitblit v1.6.2