staging: vt6656: use ieee80211_tx_info to replace need_mic
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 21 May 2020 09:40:16 +0000 (10:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2020 09:02:27 +0000 (11:02 +0200)
commit017af521a7138270ac56199b499390b72a28cc47
tree4928c598188976c092ae016ad87b466aef310772
parent272c25c62eafcac921530cc8adc79bf000388e22
staging: vt6656: use ieee80211_tx_info to replace need_mic

Use the info->control.hw_key to replace need mic which is only
present when info->control.hw_key->cipher == WLAN_CIPHER_SUITE_CCMP.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/e8969f47-ffc7-6eb6-9f3c-72b06970c1b8@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c