staging: vt6656: vnt_get_rtscts_rsvtime_le replace with rts/cts duration.
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 5 May 2020 21:19:45 +0000 (22:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 May 2020 11:53:58 +0000 (13:53 +0200)
commit61bb798767e4a55165ab0cdaf72dd7459ebab0cc
tree58113dae845c2a545353070fb376aac7548e0587
parent8e7128f63d21d65a98a0029814ad6e0463d248b9
staging: vt6656: vnt_get_rtscts_rsvtime_le replace with rts/cts duration.

rsvtime is the time needed in firmware to process the received
frame time in firmware so they can be the same as vnt_get_rts_duration
or vnt_get_cts_duration where appropriate.

The rts_rrv_time are now all the same timing in vnt_rxtx_rts.

So vnt_get_rtscts_rsvtime_le and and vnt_get_frame_time are no longer
required.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/4c0fe356-7e08-bf66-58b7-5ab683ba9536@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c