Add rtl8192eu rtl8812au rtl8814au Wifi drivers.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / realtek / rtl8812au / 0001-add-linux-kernel-5.0-support.patch
1 diff --git a/os_dep/linux/rtw_android.c b/os_dep/linux/rtw_android.c
2 index 4f3a29ebec01..3be71db3e072 100644
3 --- a/os_dep/linux/rtw_android.c
4 +++ b/os_dep/linux/rtw_android.c
5 @@ -626,7 +626,11 @@ int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd)
6                 goto exit;\r
7         }\r
8  \r
9 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0))\r
10 +       if (!access_ok(priv_cmd.buf, priv_cmd.total_len)) {\r
11 +#else\r
12         if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)) {\r
13 +#endif\r
14                 RTW_INFO("%s: failed to access memory\n", __FUNCTION__);\r
15                 ret = -EFAULT;\r
16                 goto exit;\r