From 8d3c254ed7235ad43a9298072de3a752f36fdb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=A9s?= Date: Thu, 3 Oct 2019 12:44:08 +0200 Subject: [PATCH] Fix additional character at VENDOR_CWD_RAW_DATA Maybe a type error found by @hexc0de Note that is a quick fix done at github web interface, please review before merge --- 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 74c88f2..24b2aca 100644 --- a/os_dep/linux/rtw_cfgvendor.c +++ b/os_dep/linux/rtw_cfgvendor.c @@ -1444,7 +1444,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 },