From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78D9AC432BE for ; Thu, 2 Sep 2021 09:24:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 576DD6109E for ; Thu, 2 Sep 2021 09:24:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245393AbhIBJZT (ORCPT ); Thu, 2 Sep 2021 05:25:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:48842 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245064AbhIBJZP (ORCPT ); Thu, 2 Sep 2021 05:25:15 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 96AB96108B; Thu, 2 Sep 2021 09:24:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630574657; bh=VgEI2i4ZAs/h+EYvY3IzMrFuSHJvnX+iqn/RMGhHHL0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JEVasX8kPBjUklqRLYiCF84foaXIEVAfp0S4hDOI++ACdlC4S7zIusPIthzNw++Ro 4LdtemNY8jIJLOCzftDb/BHLff62tm8TFNOS4XTlx23WnbuZ1AjblvzAZ/ZfM7Dir7 UJSw7dYQrKx+JAO48ShWzz8+XoBUYP3XXWdSIyJs= Date: Thu, 2 Sep 2021 11:23:59 +0200 From: Greg KH To: Michael Straube Cc: Larry.Finger@lwfinger.net, phil@philpotter.co.uk, martin@kaiser.cx, fmdefrancesco@gmail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] staging: r8188eu: remove unused constants from wifi.h Message-ID: References: <20210829180717.15393-1-straube.linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 02, 2021 at 11:23:34AM +0200, Greg KH wrote: > On Sun, Aug 29, 2021 at 08:07:16PM +0200, Michael Straube wrote: > > The constants WLAN_REASON_PWR_CAPABILITY_NOT_VALID and > > WLAN_REASON_SUPPORTED_CHANNEL_NOT_VALID defined in wifi.h > > are unused, remove them. > > > > Signed-off-by: Michael Straube > > --- > > drivers/staging/r8188eu/include/wifi.h | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/drivers/staging/r8188eu/include/wifi.h b/drivers/staging/r8188eu/include/wifi.h > > index 0b3fd94cea18..eb07ac9b8943 100644 > > --- a/drivers/staging/r8188eu/include/wifi.h > > +++ b/drivers/staging/r8188eu/include/wifi.h > > @@ -126,8 +126,6 @@ enum WIFI_REASON_CODE { > > #define WLAN_REASON_DISASSOC_STA_HAS_LEFT 8 > > #define WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH 9 */ > > /* IEEE 802.11h */ > > This comment can now be deleted, right? Ah, you do it on the follow-in patch, nevermind...