From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754066AbbGWShJ (ORCPT ); Thu, 23 Jul 2015 14:37:09 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34029 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753818AbbGWShH (ORCPT ); Thu, 23 Jul 2015 14:37:07 -0400 Date: Thu, 23 Jul 2015 11:37:07 -0700 From: Greg Kroah-Hartman To: Jakub Sitnicki Cc: Larry Finger , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH] staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constants Message-ID: <20150723183707.GB29830@kroah.com> References: <1435123428-22180-1-git-send-email-jsitnicki@gmail.com> <878ua6922w.fsf@frog.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878ua6922w.fsf@frog.home> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 23, 2015 at 08:11:03PM +0200, Jakub Sitnicki wrote: > On Wed, Jun 24, 2015 at 07:23 AM CEST, Jakub Sitnicki wrote: > > linux/ieee80211.h already defines constants for information element IDs. > > Include it where needed, resolve discrepancies in naming, and remove the > > duplicated definitions. > > > > While at it, wrap a line that was too long and remove extra parentheses > > in an expression that mixes only equality and logical operators. > > > > Signed-off-by: Jakub Sitnicki > > --- > > Looks like this patch got lost in the noise. It still applies & builds. Again, please resend, I don't have it in my queue anywhere. thanks, greg k-h