From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [v4] mwifiex: Reduce endian conversion for REG Host Commands Date: Mon, 18 Jul 2016 19:33:14 +0000 (UTC) Message-ID: <20160718193314.3B9A26043B@smtp.codeaurora.org> References: <1467022402-23990-1-git-send-email-prasunmaiti87@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:40137 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751568AbcGRTdP (ORCPT ); Mon, 18 Jul 2016 15:33:15 -0400 In-Reply-To: <1467022402-23990-1-git-send-email-prasunmaiti87@gmail.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Prasun Maiti Cc: Amitkumar Karwar , Nishant Sarmukadam , Linux Wireless , Linux Next , Linux Kernel Prasun Maiti 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 > Acked-by: Amitkumar Karwar 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/