This series moves the functions from os_dep/mlme_linux.c to
core/rtw_mlme.c and removes os_dep/mlme_linux.c.
Tested on x86_64 with Inter-Tech DMG-02.
Michael Straube (2):
staging: r8188eu: make two functions static
staging: r8188eu: remove os_dep/mlme_linux.c
drivers/staging/r8188eu/Makefile | 1 -
drivers/staging/r8188eu/core/rtw_mlme.c | 31 ++++++++++++++++
drivers/staging/r8188eu/include/mlme_osdep.h | 2 -
drivers/staging/r8188eu/include/rtw_mlme.h | 2 -
drivers/staging/r8188eu/os_dep/mlme_linux.c | 39 --------------------
5 files changed, 31 insertions(+), 44 deletions(-)
delete mode 100644 drivers/staging/r8188eu/os_dep/mlme_linux.c