Message ID | 20211103171055.16911-1-verdre@v0yd.nl (mailing list archive) |
---|---|
Headers | show |
Series | mwifiex: Add quirk to disable deep sleep with certain hardware revision | expand |
On Wed, Nov 03, 2021 at 06:10:53PM +0100, Jonas Dreßler wrote: > Third 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/ With one comment addressed Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Thanks for continuing fixing this crappy SW+FW. > Changes between v2 and v3: > - Remove redundant sizeof(char) in the second patch > > 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 | 25 +++++++++++++++++-- > 4 files changed, 46 insertions(+), 4 deletions(-) > > -- > 2.33.1 >