From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751639AbdEPLwK (ORCPT ); Tue, 16 May 2017 07:52:10 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40776 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753AbdEPLwI (ORCPT ); Tue, 16 May 2017 07:52:08 -0400 Date: Tue, 16 May 2017 13:51:59 +0200 From: Greg KH To: Karim Eshapa Cc: devel@driverdev.osuosl.org, sergio.paracuellos@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wlan-ng: p80211conv: change args types of p80211_caphdr structure to be network compatible. Message-ID: <20170516115159.GB13510@kroah.com> References: <1494849897-7377-1-git-send-email-karim.eshapa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494849897-7377-1-git-send-email-karim.eshapa@gmail.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 15, 2017 at 02:04:57PM +0200, Karim Eshapa wrote: > Change p80211_caphdr structure args types to __be.. to be > compatible with byte ordering of the network. > and in hfa384x_usb.c make calculations with respect to machine. > > Signed-off-by: Karim Eshapa > --- > drivers/staging/wlan-ng/hfa384x_usb.c | 2 +- > drivers/staging/wlan-ng/p80211conv.h | 28 ++++++++++++++-------------- > 2 files changed, 15 insertions(+), 15 deletions(-) You send two copies of this patch, at different times, which one is correct? I'm dropping both, please resend only 1 of them :) thanks, greg k-h