Re: [v4] mwifiex: Reduce endian conversion for REG Host Commands
From: Kalle Valo <hidden>
Date: 2016-07-18 19:33:18
Also in:
linux-next, lkml
From: Kalle Valo <hidden>
Date: 2016-07-18 19:33:18
Also in:
linux-next, lkml
Prasun Maiti [off-list ref] wrote:
For multiple REG Host Commands (e.g HostCmd_CMD_802_11_EEPROM_ACCESS, HostCmd_CMD_MAC_REG_ACCESS etc.) "cpu_to_leX"-converted values are saved to driver. So, "leX_to_cpu" conversion is required too many times afterwards in driver. This patch reduces the endian: conversion without saving "cpu_to_leX" converted values in driver. This will convert endianness in prepare command and command response path. Signed-off-by: Prasun Maiti <redacted> Acked-by: Amitkumar Karwar <redacted>
Thanks, 1 patch applied to wireless-drivers-next.git: 8cfb86003dbf mwifiex: Reduce endian conversion for REG Host Commands -- Sent by pwcli https://patchwork.kernel.org/patch/9200265/