Re: [PATCH 4/9] staging: rtl8188eu: convert unsigned char arrays to u8

2018-12-17 Thread Greg KH
On Sat, Dec 15, 2018 at 05:46:11PM +0100, Michael Straube wrote: > Covert unsigned char arrays to u8 and make them static and/or const > where possible. You are also moving things around here from different .h files in different places. Always say exactly what you are doing. And this too needs t

[PATCH 4/9] staging: rtl8188eu: convert unsigned char arrays to u8

2018-12-15 Thread Michael Straube
Covert unsigned char arrays to u8 and make them static and/or const where possible. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 ++--- .../staging/rtl8188eu/core/rtw_wlan_util.c| 26 +-- drivers/staging/rtl8188eu/include/rtw_m