staging: r8188eu: Remove mp, a.k.a. manufacturing process, code
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 20 Sep 2021 18:54:37 +0000 (13:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Sep 2021 19:01:01 +0000 (21:01 +0200)
commit7bdedfef085bb652dc13db357d2a938512645eb3
treee9d20a6218116ffaa63794d0844a430a9961612f
parentd1c73dd5df220889b64f73c2edcfd05281aa9ae4
staging: r8188eu: Remove mp, a.k.a. manufacturing process, code

The standard driver contains code used by the factory to evaluate chips
that have just been manufactured. Such code is indicated by "mp" in
the variable names, the routine names, and in file names. All of these
can be deleted.

In addition to removing nearly 7,000 lines of code, the size of the driver
is reduced by 63 KB:
          text    data     bss     dec     hex
Before  573959   48582   14660  637201   9b911
After   513530   45894   14660  574084   8c284

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Link: https://lore.kernel.org/r/20210920185437.15652-1-Larry.Finger@lwfinger.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 files changed:
drivers/staging/r8188eu/Makefile
drivers/staging/r8188eu/core/rtw_cmd.c
drivers/staging/r8188eu/core/rtw_ioctl_set.c
drivers/staging/r8188eu/core/rtw_mp.c [deleted file]
drivers/staging/r8188eu/core/rtw_mp_ioctl.c [deleted file]
drivers/staging/r8188eu/core/rtw_pwrctrl.c
drivers/staging/r8188eu/core/rtw_recv.c
drivers/staging/r8188eu/hal/HalPhyRf_8188e.c
drivers/staging/r8188eu/hal/odm.c
drivers/staging/r8188eu/hal/odm_RTL8188E.c
drivers/staging/r8188eu/hal/rtl8188e_dm.c
drivers/staging/r8188eu/hal/rtl8188e_mp.c [deleted file]
drivers/staging/r8188eu/hal/rtl8188eu_xmit.c
drivers/staging/r8188eu/hal/usb_halinit.c
drivers/staging/r8188eu/include/drv_types.h
drivers/staging/r8188eu/include/mp_custom_oid.h [deleted file]
drivers/staging/r8188eu/include/odm.h
drivers/staging/r8188eu/include/rtw_mp.h [deleted file]
drivers/staging/r8188eu/include/rtw_mp_ioctl.h [deleted file]
drivers/staging/r8188eu/include/rtw_mp_phy_regdef.h [deleted file]
drivers/staging/r8188eu/os_dep/ioctl_linux.c
drivers/staging/r8188eu/os_dep/mlme_linux.c
drivers/staging/r8188eu/os_dep/os_intfs.c