Re: [PATCH 1/2] staging: r8188eu: remove unused constants from wifi.h

From: Greg KH
Date: Thu Sep 02 2021 - 05:24:28 EST


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 <straube.linux@xxxxxxxxx>
> > ---
> > 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...