staging: rtl8188eu: convert variables from unsigned char to u8
authorMichael Straube <straube.linux@gmail.com>
Tue, 15 Oct 2019 15:45:34 +0000 (17:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Oct 2019 16:45:10 +0000 (18:45 +0200)
commitec26697cd92d5c2f66bba58a15b88d254a87d62e
treee40620d827d6b9c64efa03cc9a918d6914ce3309
parentb0906aa3f7ecf29992bca52a29f6d1116bfde319
staging: rtl8188eu: convert variables from unsigned char to u8

Convert the local variables max_ampdu_len and min_mpdu_spacing from
unsigned char to u8 and remove unnecessary castings to u8 pointer.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20191015154535.27979-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_wlan_util.c