mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 21:54:06 +08:00
Staging: rtl8192u: Remove TRUE and FALSE macros
Remove TRUE and FALSE boolean macros, since Linux kernel has already a boolean type, bool, defined in linux/stddef.h Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4b2faf8022
commit
3d0e486eef
@ -40,8 +40,6 @@
|
||||
#define RTL8192U
|
||||
#define RTL819xU_MODULE_NAME "rtl819xU"
|
||||
/* HW security */
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
#define MAX_KEY_LEN 61
|
||||
#define KEY_BUF_SIZE 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user