From fe4156ba5a8487a73b5076bef4641980ca26f3af Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 20 Mar 2021 13:05:41 -0500 Subject: [PATCH] rtl8188eu: Add RTL8188F support Signed-off-by: Larry Finger --- include/hal_ic_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hal_ic_cfg.h b/include/hal_ic_cfg.h index 57db1f2..847caef 100644 --- a/include/hal_ic_cfg.h +++ b/include/hal_ic_cfg.h @@ -14,7 +14,7 @@ #define RTL8195A_SUPPORT 0 #define RTL8197F_SUPPORT 0 #define RTL8703B_SUPPORT 0 -#define RTL8188F_SUPPORT 0 +#define RTL8188F_SUPPORT 1 #define RTL8822B_SUPPORT 0 #define RTL8821B_SUPPORT 0 #define RTL8821C_SUPPORT 0