lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 17 Oct 2021 14:15:34 +0200
From:   Michael Straube <straube.linux@...il.com>
To:     Martin Kaiser <martin@...ser.cx>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     Larry Finger <Larry.Finger@...inger.net>,
        Phillip Potter <phil@...lpotter.co.uk>,
        linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] staging: r8188eu: Makefile: remove unused driver
 config

On 10/16/21 19:35, Martin Kaiser wrote:
> Remove config settings from the Makefile that are related to
> unused or deleted features.
> 
> Signed-off-by: Martin Kaiser <martin@...ser.cx>
> ---
>   drivers/staging/r8188eu/Makefile | 10 ----------
>   1 file changed, 10 deletions(-)
> 
> diff --git a/drivers/staging/r8188eu/Makefile b/drivers/staging/r8188eu/Makefile
> index 1e0cb819f7f3..fccf7e6d1520 100644
> --- a/drivers/staging/r8188eu/Makefile
> +++ b/drivers/staging/r8188eu/Makefile
> @@ -4,8 +4,6 @@ EXTRA_CFLAGS += -O1
>   
>   ccflags-y += -D__CHECK_ENDIAN__
>   
> -CONFIG_WOWLAN = n
> -
>   OUTSRC_FILES :=				\
>   		hal/HalHWImg8188E_MAC.o	\
>   		hal/HalHWImg8188E_BB.o	\
> @@ -36,10 +34,6 @@ OUTSRC_FILES :=				\
>   		hal/usb_halinit.o	\
>   		hal/usb_ops_linux.o
>   
> -RTL871X = rtl8188e
> -
> -HCI_NAME = usb
> -
>   _OS_INTFS_FILES :=				\
>   			os_dep/ioctl_linux.o	\
>   			os_dep/mlme_linux.o	\
> @@ -52,10 +46,6 @@ _OS_INTFS_FILES :=				\
>   
>   _HAL_INTFS_FILES += $(OUTSRC_FILES)
>   
> -ifeq ($(CONFIG_WOWLAN), y)
> -EXTRA_CFLAGS += -DCONFIG_WOWLAN
> -endif
> -
>   SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc.*/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")
>   
>   ARCH ?= $(SUBARCH)
> 

Acked-by: Michael Straube <straube.linux@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ