rtl8188eu/os_dep
Karsten Wiese 0f6d12e144 rtl8188eu: Fix "fix some UBSAN and kmalloc warnings"
This fixes
commit 4a73c76f02
Author: Larry Finger <Larry.Finger@lwfinger.net>
Date:   Mon May 10 10:25:47 2021 -0500

    rtl8188eu: fix some UBSAN and kmalloc warnings

For LINUX_VERSION_CODE < KERNEL_VERSION(5, 8, 0).

The function argument 'upd' only exists, if
LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0),
hence move the 'if' block reading 'upd' inside the
'#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0))' macro guard.
2021-12-11 17:03:43 +01:00
..
ioctl_cfg80211.c rtl8188eu: Fix "fix some UBSAN and kmalloc warnings" 2021-12-11 17:03:43 +01:00
ioctl_linux.c rtl8188eu: Fix some checkpatch warnings 2018-08-30 13:19:58 -05:00
mlme_linux.c rtl8188eu: Fix some checkpatch warnings 2018-08-30 13:19:58 -05:00
os_intfs.c rtl8188eu: Fix builds for old and new kernels 2021-04-09 16:34:42 -05:00
osdep_service.c rtl8188eu: Fix builds for old and new kernels 2021-04-09 16:34:42 -05:00
recv_linux.c rtl8188eu: Fix some checkpatch warnings 2018-08-30 13:19:58 -05:00
rtw_android.c rtl8188eu: Fix builds for old and new kernels 2021-04-09 16:34:42 -05:00
usb_intf.c rtl8188eu: Fix build for kernel 5.0 and newer 2019-10-16 11:47:29 -05:00
usb_ops_linux.c rtl8188eu: Replace degub macro DBG_871X with DBG_88E 2015-08-15 16:38:30 -05:00
xmit_linux.c rtl8188eu: Replace degub macro DBG_871X with DBG_88E 2015-08-15 16:38:30 -05:00