staging: vt6656: Use vnt_rx_tail struct for tail variables.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 19 Jan 2020 12:03:41 +0000 (12:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jan 2020 08:52:38 +0000 (09:52 +0100)
commitb653174327e989cbc97f545ce33d30e1fe9de532
treec59769d5e60d754baab8d64df976012bb726bef8
parent8902ecd70b3e3f13370af9f9e0134ad16e46fb50
staging: vt6656: Use vnt_rx_tail struct for tail variables.

Place tsf_time, sq, new_rsr, rssi, rsr and sq3 packed in the structure.

Unused variables are removed along with skb_data and structure is
placed beyond vnt_rx_header + pay_load_with_padding on skb->data.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/6ac6eae0-7b71-fefe-9230-da3b345b634b@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h
drivers/staging/vt6656/dpc.c