Re: [PATCH 2/3] mwifiex: add allow_ps_mode module parameter
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2020-10-29 17:05:20
Also in:
linux-wireless, lkml
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2020-10-29 17:05:20
Also in:
linux-wireless, lkml
On Wed, Oct 28, 2020 at 9:13 PM Brian Norris [off-list ref] wrote:
On Wed, Oct 28, 2020 at 2:56 PM Tsuchiya Yuto [off-list ref] wrote:quoted
To make the ps_mode (power_save) control easier, this commit adds a new module parameter allow_ps_mode and set it false (disallowed) by default.
This sounds like some form of access control, not something that makes power control "easier"? What exactly is the use case. Also, module params in networking devices are discouraged.