staging: rtl8188eu: convert variables from unsigned char to u8
authorMichael Straube <straube.linux@gmail.com>
Thu, 3 Oct 2019 12:25:11 +0000 (14:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 08:17:20 +0000 (10:17 +0200)
commitb74e124e10484dae41581cb4838ab3e2467996a4
tree978e89061a294c0103ab51115c0c16b167ccf5e6
parentb664312285eb6bb9378159f2fea02e39886a7012
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/20191003122514.1760-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ap.c