staging: r8188eu: rx_packet_offset and max_recvbuf_sz are write-only
authorMichael Straube <straube.linux@gmail.com>
Fri, 28 Jan 2022 11:54:40 +0000 (12:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Jan 2022 12:56:24 +0000 (13:56 +0100)
commita096a8fb52a2edec0c73fd9d7aa601f40b0783bf
tree41b8e6797227c1aacc95690df1a15f295a463c51
parent64b2d6ffff862c0e7278198b4229e42e1abb3bb1
staging: r8188eu: rx_packet_offset and max_recvbuf_sz are write-only

The local variables rx_packet_offset and max_recvbuf_sz in
rtw_restructure_ht_ie() are set but never used. Remove them.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220128115445.6606-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/hal/usb_halinit.c
drivers/staging/r8188eu/include/hal_intf.h