From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753330AbdEPM3Y (ORCPT ); Tue, 16 May 2017 08:29:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47502 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752130AbdEPM3U (ORCPT ); Tue, 16 May 2017 08:29:20 -0400 Date: Tue, 16 May 2017 14:29:05 +0200 From: Greg KH To: Karim Eshapa Cc: sergio.paracuellos@gmail.com, alexander@alemayhu.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wlan-ng: p80211conv: change args types of p80211_caphdr structure to be compatible with networking byte order. Message-ID: <20170516122905.GA7150@kroah.com> References: <1494937093-6288-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: <1494937093-6288-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 Tue, May 16, 2017 at 02:18:13PM +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(-) Someone else already did this, it's in my tree :( sorry, greg k-h