mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +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:
parent
99ee31bbe2
commit
8d3c254ed7
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user