staging: vt6656: Split RTS and CTS Duration functions
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 5 May 2020 21:17:26 +0000 (22:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 May 2020 11:53:57 +0000 (13:53 +0200)
commit8e7128f63d21d65a98a0029814ad6e0463d248b9
tree07d09b4e8ac5e48fe7523138295b08d675a3e8ef
parent7a83f736455eb22be31ea86a84c54842a29b8a3f
staging: vt6656: Split RTS and CTS Duration functions

split vnt_get_rtscts_duration_le into vnt_get_rts_duration and
vnt_get_cts_duration.

The duration's are all the same in vnt_rxtx_rts_g_head.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/d2983161-7935-48ce-c0ca-a26ebafa3997@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c