staging: r8188eu: fix_rate is set but not used.
authorMartin Kaiser <martin@kaiser.cx>
Sun, 2 Jan 2022 17:59:30 +0000 (18:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jan 2022 13:31:20 +0000 (14:31 +0100)
commit89e32f6db9840eea19dfe43c1fc35959086557a8
treefde36552a5a59548910141c2d2ccdca020d8cc9f
parentfdf101f5cefcbe85d2217057a0b16980a2769dbb
staging: r8188eu: fix_rate is set but not used.

fix_rate in struct adapter is set but not used. Remove the variable and
the private ioctl code to set it.

Acked-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220102175932.89127-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_dm.c
drivers/staging/r8188eu/include/drv_types.h
drivers/staging/r8188eu/os_dep/ioctl_linux.c