This patch set moves two simple functions out of the hal layer into the place where they are used. Since we support only a single chipset in this driver, there's no need to go through the hal layer for such simple functions. Martin Kaiser (3): staging: r8188eu: move xmit status check from hal to rtw_cmd staging: r8188eu: move linked status check from hal to rtw_mlme_ext staging: r8188eu: clean up rtl8188e_sreset_linked_status_check drivers/staging/r8188eu/Makefile | 1 - drivers/staging/r8188eu/core/rtw_cmd.c | 13 ++++++- drivers/staging/r8188eu/core/rtw_mlme_ext.c | 18 ++++++++- drivers/staging/r8188eu/hal/rtl8188e_sreset.c | 37 ------------------- .../staging/r8188eu/include/rtl8188e_hal.h | 1 - .../staging/r8188eu/include/rtl8188e_sreset.h | 13 ------- 6 files changed, 29 insertions(+), 54 deletions(-) delete mode 100644 drivers/staging/r8188eu/hal/rtl8188e_sreset.c delete mode 100644 drivers/staging/r8188eu/include/rtl8188e_sreset.h -- 2.20.1