rtl8192eu-linux-driver/os_dep
Phillip Potter 397bbaeacf convert only rtw_vmalloc call to vmalloc
Convert the only call to rtw_vmalloc in os_dep/ioctl_linux.c to the
kernel's existing vmalloc function, as rtw_malloc is just a preprocessor
definition for _rtw_vmalloc. The _rtw_vmalloc function is defined inline
and returns a u8, wrapping standard vmalloc. This behaviour is not necessary.

Link: https://lore.kernel.org/r/20210818234853.208448-2-phil@philpotter.co.uk
2021-10-11 15:45:31 +02:00
..
linux convert only rtw_vmalloc call to vmalloc 2021-10-11 15:45:31 +02:00
osdep_service.c Remove wrapper rtw_sleep_schedulable() 2021-10-11 13:03:59 +02:00