[AMD Official Use Only - General]
> -----Original Message----- > From: Randy Dunlap <rdun...@infradead.org> > Sent: Thursday, August 10, 2023 11:41 PM > To: Quan, Evan <evan.q...@amd.com>; raf...@kernel.org; l...@kernel.org; > Deucher, Alexander <alexander.deuc...@amd.com>; Koenig, Christian > <christian.koe...@amd.com>; Pan, Xinhui <xinhui....@amd.com>; > airl...@gmail.com; dan...@ffwll.ch; johan...@sipsolutions.net; > da...@davemloft.net; eduma...@google.com; k...@kernel.org; > pab...@redhat.com; Limonciello, Mario <mario.limoncie...@amd.com>; > mdaen...@redhat.com; maarten.lankho...@linux.intel.com; > tzimmerm...@suse.de; hdego...@redhat.com; jingyuwang_...@163.com; > Lazar, Lijo <lijo.la...@amd.com>; jim.cro...@gmail.com; > bellosili...@gmail.com; andrealm...@igalia.com; t...@redhat.com; > j...@jsg.id.au; a...@arndb.de; and...@lunn.ch > Cc: linux-ker...@vger.kernel.org; linux-a...@vger.kernel.org; amd- > g...@lists.freedesktop.org; dri-de...@lists.freedesktop.org; linux- > wirel...@vger.kernel.org; net...@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: > > diff --git a/Documentation/admin-guide/kernel-parameters.txt > > b/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 or > disabled > > + 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 > > > + on Force enable the WBRF features. > > + auto Up to the system to do proper checks to > > + determine the WBRF features should be > enabled > > + or not. > > + off Force disable the WBRF features. > > -- > ~Randy