staging: vt6656: Move vnt_mic_hdr pointers to vnt_fill_txkey
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 21 May 2020 09:38:26 +0000 (10:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2020 09:02:26 +0000 (11:02 +0200)
commit272c25c62eafcac921530cc8adc79bf000388e22
treea53e7c1b2f8cce8548616e4ff9cb747dd3385c5c
parenta0b44f1422197f5103889205f171a61024864522
staging: vt6656: Move vnt_mic_hdr pointers to vnt_fill_txkey

mic_hdr has three possible locations ieee80211_tx_info can controls
these with control.use_cts_prot for rts or cts exchange or otherwise
the rts/data position.

Removing double pointer.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/6420a6ae-82eb-f794-fa7c-bac419222ad6@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c