From 10cd433145c6ac3127c76e38a59ba333fbb1a780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=A9s?= Date: Thu, 3 Oct 2019 12:41:22 +0200 Subject: [PATCH] Fix additional character at VENDOR_CWD_RAW_DATA --- os_dep/linux/rtw_cfgvendor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_dep/linux/rtw_cfgvendor.c b/os_dep/linux/rtw_cfgvendor.c index 0b22eb0..d4af484 100644 --- a/os_dep/linux/rtw_cfgvendor.c +++ b/os_dep/linux/rtw_cfgvendor.c @@ -1904,7 +1904,7 @@ static const struct wiphy_vendor_command rtw_vendor_cmds[] = { .doit = rtw_cfgvendor_rtt_get_capability #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 3, 0)) , - .policy = VENDOR_CMD_RAW_DATA, æ + .policy = VENDOR_CMD_RAW_DATA, .maxattr = 1 #endif },