diff options
author | Ivan Safonov <[email protected]> | 2020-07-27 00:02:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-28 10:05:33 +0200 |
commit | 01713f0d58322f0029f5ac99ce60dd44414b4902 (patch) | |
tree | 560d926092bb23e40f4bd559310b70101f9c9e31 /lib/mpi/mpi-mod.c | |
parent | 8750d02d1acebcb472673399b7315b0f74f5b3cf (diff) |
staging: r8188eu: use proper type for second argiment of rtw_(aes|tkip|wep)_(decrypt|encrypt)
rtw_aes_decrypt, rtw_tkip_decrypt, rtw_wep_decrypt, rtw_aes_encrypt,
rtw_tkip_encrypt, rtw_wep_encrypt are takes (u8 *) second argiment and
always uses it as (struct recv_frame *) or (struct xmit_frame *).
This is causes a lot of unnecessary type casts
and complicates refactoring.
Signed-off-by: Ivan Safonov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions