Re: [PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-27 Thread Kalle Valo
Prasun Maiti writes: >> If you send a new version of the patch mark it as [PATCH v2] and always >> include a change log so that people don't need to guess what has >> changed: >> >> http://kernelnewbies.org/FirstKernelPatch#head-5c81b3c517a1d0bbc24f92594cb734e155fcbbcb >> >> So now you should sen

[PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-22 Thread Prasun Maiti
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_le

Re: [PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-22 Thread Prasun Maiti
> If you send a new version of the patch mark it as [PATCH v2] and always > include a change log so that people don't need to guess what has > changed: > > http://kernelnewbies.org/FirstKernelPatch#head-5c81b3c517a1d0bbc24f92594cb734e155fcbbcb > > So now you should send a v3 and include a changelog

Re: [PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-22 Thread Kalle Valo
Prasun Maiti writes: > 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: co

Re: [PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-21 Thread kbuild test robot
Hi, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.7-rc4 next-20160621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Prasun-Maiti/mwifiex-Reduce-endia

Re: [PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-21 Thread kbuild test robot
Hi, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.7-rc4 next-20160621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Prasun-Maiti/mwifiex-Reduce-endia

Re: [PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-21 Thread kbuild test robot
Hi, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.7-rc4 next-20160621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Prasun-Maiti/mwifiex-Reduce-endia

[PATCH] mwifiex: Reduce endian conversion for REG Host Commands

2016-06-21 Thread Prasun Maiti
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_le