From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753932AbbGWSLK (ORCPT ); Thu, 23 Jul 2015 14:11:10 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:34225 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753878AbbGWSLJ (ORCPT ); Thu, 23 Jul 2015 14:11:09 -0400 References: <1435123428-22180-1-git-send-email-jsitnicki@gmail.com> From: Jakub Sitnicki To: Greg Kroah-Hartman Cc: Larry Finger , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH] staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constants In-reply-to: <1435123428-22180-1-git-send-email-jsitnicki@gmail.com> Date: Thu, 23 Jul 2015 20:11:03 +0200 Message-ID: <878ua6922w.fsf@frog.home> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Cheers, Jakub