From 67b05876aff0758d787f61e6aa0f55b21ea8e8ad Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 4 Jan 2014 13:39:59 -0600 Subject: [PATCH] rtl8188eu: Fix all the warnings introduced by commit 619d14b0a2e6a48df89d7bccde2fb39dd690be49 Signed-off-by: Larry Finger --- include/drv_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/drv_types.h b/include/drv_types.h index f90f247..063190a 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -28,8 +28,8 @@ #define __DRV_TYPES_H__ #define DRV_NAME "r8188eu" -#define CONFIG_88EU_AP_MODE -#define CONFIG_88EU_P2P +#define CONFIG_88EU_AP_MODE 1 +#define CONFIG_88EU_P2P 1 #include #include