mbox series

[v4,0/3] mwifiex: Add quirk to disable deep sleep with certain hardware revision

Message ID 20211103201800.13531-1-verdre@v0yd.nl (mailing list archive)
Headers show
Series mwifiex: Add quirk to disable deep sleep with certain hardware revision | expand

Message

Jonas Dreßler Nov. 3, 2021, 8:17 p.m. UTC
Fourth revision of this patch.
v1: https://lore.kernel.org/linux-wireless/20211028073729.24408-1-verdre@v0yd.nl/T/
v2: https://lore.kernel.org/linux-wireless/20211103135529.8537-1-verdre@v0yd.nl/T/
v3: https://lore.kernel.org/linux-wireless/YYLJVoR9egoPpmLv@smile.fi.intel.com/T/

Changes between v3 and v4:
 - Add patch to ensure 0-termination of version string

Jonas Dreßler (3):
  mwifiex: Use a define for firmware version string length
  mwifiex: Add quirk to disable deep sleep with certain hardware
    revision
  mwifiex: Ensure the version string from the firmware is 0-terminated

 drivers/net/wireless/marvell/mwifiex/fw.h     |  4 ++-
 drivers/net/wireless/marvell/mwifiex/main.c   | 18 ++++++++++++
 drivers/net/wireless/marvell/mwifiex/main.h   |  3 +-
 .../wireless/marvell/mwifiex/sta_cmdresp.c    | 28 +++++++++++++++++--
 4 files changed, 49 insertions(+), 4 deletions(-)

Comments

Andy Shevchenko Nov. 3, 2021, 9:50 p.m. UTC | #1
On Wed, Nov 3, 2021 at 10:19 PM Jonas Dreßler <verdre@v0yd.nl> wrote:
>
> Fourth revision of this patch.
> v1: https://lore.kernel.org/linux-wireless/20211028073729.24408-1-verdre@v0yd.nl/T/
> v2: https://lore.kernel.org/linux-wireless/20211103135529.8537-1-verdre@v0yd.nl/T/
> v3: https://lore.kernel.org/linux-wireless/YYLJVoR9egoPpmLv@smile.fi.intel.com/T/

Not sure why you ignored my tag...
As we discussed with Bjorn, it's fine to me to leave messages splitted
to two lines.

> Changes between v3 and v4:
>  - Add patch to ensure 0-termination of version string
Jonas Dreßler Nov. 3, 2021, 11:25 p.m. UTC | #2
On 11/3/21 22:50, Andy Shevchenko wrote:
> On Wed, Nov 3, 2021 at 10:19 PM Jonas Dreßler <verdre@v0yd.nl> wrote:
>>
>> Fourth revision of this patch.
>> v1: https://lore.kernel.org/linux-wireless/20211028073729.24408-1-verdre@v0yd.nl/T/
>> v2: https://lore.kernel.org/linux-wireless/20211103135529.8537-1-verdre@v0yd.nl/T/
>> v3: https://lore.kernel.org/linux-wireless/YYLJVoR9egoPpmLv@smile.fi.intel.com/T/
> 
> Not sure why you ignored my tag...
> As we discussed with Bjorn, it's fine to me to leave messages splitted
> to two lines.

Whoops, sorry, that wasn't on purpose. I'm still not really used to the whole
email workflow of the kernel...

> 
>> Changes between v3 and v4:
>>   - Add patch to ensure 0-termination of version string
> 
>