staging: r8188eu: remove the private "test" ioctl
authorMartin Kaiser <martin@kaiser.cx>
Sun, 26 Dec 2021 21:25:34 +0000 (22:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Dec 2021 16:13:02 +0000 (17:13 +0100)
commit752925690005a723e57259e7f628fec93c298666
tree4dde5a3a8f1ecbdd69838c9b0047c6b1370b4efc
parent649071f78ab2fc61e65bdced2c615876c23c7375
staging: r8188eu: remove the private "test" ioctl

Remove the private "test" ioctl. It copies data from user space,
this data is not used.

We can now remove a number of NULL entries at the end of the private
ioctl list.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211226212535.197989-10-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/ioctl_linux.c