1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 06:34:10 +00:00

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
This commit is contained in:
Carlos Garcés 2019-10-03 12:44:08 +02:00 committed by GitHub
parent 99ee31bbe2
commit 8d3c254ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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