Commit 89fa9845 authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_SINGLE_RECV_BUF



remove conditional code blocks checked by unused
CONFIG_SINGLE_RECV_BUF

cleaning required in TODO file:

find and remove code blocks guarded by never set CONFIG_FOO defines

Signed-off-by: default avatarFabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/8e86b8adb1dcec67a7d437a362105bb96f370686.1615907632.git.fabioaiuto83@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 041dfdd7
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -7,11 +7,7 @@
#ifndef _RTW_RECV_H_
#ifndef _RTW_RECV_H_
#define _RTW_RECV_H_
#define _RTW_RECV_H_


	#ifdef CONFIG_SINGLE_RECV_BUF
		#define NR_RECVBUFF (1)
	#else
#define NR_RECVBUFF (8)
#define NR_RECVBUFF (8)
	#endif /* CONFIG_SINGLE_RECV_BUF */


#define NR_PREALLOC_RECV_SKB (8)
#define NR_PREALLOC_RECV_SKB (8)