Merge pull request #433 from CGarces/patch-2

Fix additional character at VENDOR_CWD_RAW_DATA
This commit is contained in:
Christian Bremvåg 2019-10-30 20:18:19 +01:00 committed by GitHub
commit cb5a2d523f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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