mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-08 17:46:23 +00:00
linux kernel 5.x. Ubuntu 19.04
This commit is contained in:
parent
2807a0a2b7
commit
187be66f2f
3
Makefile
3
Makefile
@ -14,6 +14,9 @@ EXTRA_CFLAGS += -Wno-unused-parameter
|
|||||||
EXTRA_CFLAGS += -Wno-unused-function
|
EXTRA_CFLAGS += -Wno-unused-function
|
||||||
EXTRA_CFLAGS += -Wno-unused
|
EXTRA_CFLAGS += -Wno-unused
|
||||||
|
|
||||||
|
EXTRA_CFLAGS += -Wno-incompatible-pointer-types
|
||||||
|
EXTRA_CFLAGS += -Wno-implicit-function-declaration
|
||||||
|
|
||||||
EXTRA_CFLAGS += -Wno-uninitialized
|
EXTRA_CFLAGS += -Wno-uninitialized
|
||||||
EXTRA_CFLAGS += -Wno-int-to-pointer-cast
|
EXTRA_CFLAGS += -Wno-int-to-pointer-cast
|
||||||
|
|
||||||
|
@ -352,7 +352,7 @@ int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd)
|
|||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){
|
if (!access_ok(priv_cmd.buf, priv_cmd.total_len)){
|
||||||
DBG_871X("%s: failed to access memory\n", __FUNCTION__);
|
DBG_871X("%s: failed to access memory\n", __FUNCTION__);
|
||||||
ret = -EFAULT;
|
ret = -EFAULT;
|
||||||
goto exit;
|
goto exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user