Merge pull request #434 from CGarces/patch-3

Fix additional character at VENDOR_CWD_RAW_DATA (v.5.2.20)
v5.2.20
Christian Bremvåg 2019-10-30 20:18:36 +01:00 committed by GitHub
commit c7e1ce2ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
},