linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mwifiex: Add quirk to disable deep sleep with certain hardware revision
@ 2021-11-03 13:55 Jonas Dreßler
  2021-11-03 13:55 ` [PATCH v2 1/2] mwifiex: Use a define for firmware version string length Jonas Dreßler
  2021-11-03 13:55 ` [PATCH v2 2/2] mwifiex: Add quirk to disable deep sleep with certain hardware revision Jonas Dreßler
  0 siblings, 2 replies; 4+ messages in thread
From: Jonas Dreßler @ 2021-11-03 13:55 UTC (permalink / raw)
  To: Amitkumar Karwar, Ganapathi Bhat, Xinming Hu, Kalle Valo,
	David S. Miller, Jakub Kicinski
  Cc: Jonas Dreßler, Tsuchiya Yuto, linux-wireless, netdev,
	linux-kernel, Maximilian Luz, Andy Shevchenko, Bjorn Helgaas,
	Pali Rohár

Second revision of this patch, the first one is here:
https://lore.kernel.org/linux-wireless/20211028073729.24408-1-verdre@v0yd.nl/T/

Changes between v1 and v2:
 - Add patch to move fixed version string length (128) into a define
 - Added handling for errors in mwifiex_send_cmd()
 - Switched to test_and_set_bit() to avoid reentry in maybe_quirk_fw_disable_ds()
 - Improve commit message a bit

Jonas Dreßler (2):
  mwifiex: Use a define for firmware version string length
  mwifiex: Add quirk to disable deep sleep with certain hardware
    revision

 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    | 24 +++++++++++++++++--
 4 files changed, 45 insertions(+), 4 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-03 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 13:55 [PATCH v2 0/2] mwifiex: Add quirk to disable deep sleep with certain hardware revision Jonas Dreßler
2021-11-03 13:55 ` [PATCH v2 1/2] mwifiex: Use a define for firmware version string length Jonas Dreßler
2021-11-03 14:17   ` Andy Shevchenko
2021-11-03 13:55 ` [PATCH v2 2/2] mwifiex: Add quirk to disable deep sleep with certain hardware revision Jonas Dreßler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).