RE: [PATCH V8 1/9] drivers core: Add support for Wifi band RF mitigations
From: Quan, Evan <hidden>
Date: 2023-08-14 08:04:19
Also in:
amd-gfx, dri-devel, linux-acpi, linux-wireless, lkml
[AMD Official Use Only - General]
-----Original Message----- From: Randy Dunlap <redacted> Sent: Thursday, August 10, 2023 11:41 PM To: Quan, Evan <redacted>; rafael@kernel.org; lenb@kernel.org; Deucher, Alexander [off-list ref]; Koenig, Christian [off-list ref]; Pan, Xinhui [off-list ref]; airlied@gmail.com; daniel@ffwll.ch; johannes@sipsolutions.net; davem@davemloft.net; edumazet@google.com; kuba@kernel.org; pabeni@redhat.com; Limonciello, Mario [off-list ref]; mdaenzer@redhat.com; maarten.lankhorst@linux.intel.com; tzimmermann@suse.de; hdegoede@redhat.com; jingyuwang_vip@163.com; Lazar, Lijo [off-list ref]; jim.cromie@gmail.com; bellosilicio@gmail.com; andrealmeid@igalia.com; trix@redhat.com; jsg@jsg.id.au; arnd@arndb.de; andrew@lunn.ch Cc: linux-kernel@vger.kernel.org; linux-acpi@vger.kernel.org; amd- gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org; linux- wireless@vger.kernel.org; netdev@vger.kernel.org Subject: Re: [PATCH V8 1/9] drivers core: Add support for Wifi band RF mitigations On 8/10/23 00:37, Evan Quan wrote:quoted
diff --git a/Documentation/admin-guide/kernel-parameters.txtb/Documentation/admin-guide/kernel-parameters.txt index a1457995fd41..21f73a0bbd0b 100644--- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt@@ -7152,3 +7152,12 @@ xmon commands. off xmon is disabled. + wbrf= [KNL] + Format: { on | auto | off } + Controls if WBRF features should be enabled ordisabledquoted
+ forcely. Default is auto."forcely" is not a word. "forcedly" is a word, but it's not used very much AFAIK. I would probably write "Controls if WBRF features should be forced on or off."
Yeah, that sounds better. Will update this as suggested. Evan
quoted
+ on Force enable the WBRF features. + auto Up to the system to do proper checks to + determine the WBRF features should beenabledquoted
+ or not. + off Force disable the WBRF features.-- ~Randy