staging: rtl8188eu: change array type to u8
authorMichael Straube <straube.linux@gmail.com>
Mon, 10 Sep 2018 20:38:05 +0000 (22:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Sep 2018 16:37:57 +0000 (18:37 +0200)
commit645923e441d3cc8151abd8473c29a81d0d4e07dc
tree42d9991b6cd1c5773c0badeac2d28ab3181e012f
parentc1a0bb17798466c6b1be3a6a72ff581a67884bf8
staging: rtl8188eu: change array type to u8

The the last two parameters of write_cam() have type u8.
Change the type of the passed arrays from unsigned char to u8.
Clears a line over 80 characters checkpatch warning.

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