From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754217AbdEOKsh (ORCPT ); Mon, 15 May 2017 06:48:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51670 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbdEOKsg (ORCPT ); Mon, 15 May 2017 06:48:36 -0400 Date: Mon, 15 May 2017 12:48:27 +0200 From: Greg KH To: Karim Eshapa Cc: 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: <20170515104827.GA10164@kroah.com> References: <1494593516-5162-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: <1494593516-5162-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 Fri, May 12, 2017 at 02:51:56PM +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(-) This patch does not apply to my tree :( Also, always use scripts/get_maintainer.pl to determine what mailing lists to send patches to. thanks, greg k-h