2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 06:34:17 +08:00
linux-next/drivers/staging/rtl8188eu
Pierre-Yves Kerbrat 84f2634d4a staging: rtl8188eu: fix type of wpa_ielen in rtw_get_cipher_info
wpa_ielen was declared u32 when we actually use an int

Fix sparse (-Wtypesign) issues:
drivers/staging/rtl8188eu/core/rtw_ieee80211.c:1008:60: warning: incorrect type in argument 2 (different signedness)
drivers/staging/rtl8188eu/core/rtw_ieee80211.c:1008:60:    expected int *wpa_ie_len
drivers/staging/rtl8188eu/core/rtw_ieee80211.c:1008:60:    got unsigned int *<noident>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c:1021:69: warning: incorrect type in argument 2 (different signedness)

Signed-off-by: Pierre-Yves Kerbrat <pkerbrat@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-01-19 10:53:15 +01:00
..
core staging: rtl8188eu: fix type of wpa_ielen in rtw_get_cipher_info 2017-01-19 10:53:15 +01:00
hal staging: r8188eu: fix spelling mistake on xmitframe_coalsece 2017-01-03 16:50:37 +01:00
include staging:r8188eu: remove unused rx_head member of struct recv_frame 2017-01-16 18:11:11 +01:00
os_dep staging:r8188eu: remove unused rx_head member of struct recv_frame 2017-01-16 18:11:11 +01:00
Kconfig staging: rtl8188eu: Fix build error when CFG80211 is not selected 2015-09-29 04:27:22 +02:00
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
TODO staging: rtl8*: fix my email address up 2016-02-11 19:33:46 -08:00