alistair23-linux/drivers/staging/rtl8188eu
Aishwarya Pant 8321643ccc staging: rtl8188eu: fix sparse signedness warnings in rtw_set_ie
Changed the type of sz from (int) to (unsigned int) to suppress
signedness mismatch warnings of the type-

drivers/staging/rtl8188eu//core/rtw_ieee80211.c:258:97: warning:
incorrect type in argument 5 (different signedness)
drivers/staging/rtl8188eu//core/rtw_ieee80211.c:258:97:    expected
unsigned int [usertype] *frlen
drivers/staging/rtl8188eu//core/rtw_ieee80211.c:258:97:    got int
*<noident>

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-18 13:54:25 +02:00
..
core staging: rtl8188eu: fix sparse signedness warnings in rtw_set_ie 2017-04-18 13:54:25 +02:00
hal staging:r8188eu: remove sw_encrypt member of security_priv struct 2017-04-08 17:11:54 +02:00
include staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ie 2017-04-18 13:54:25 +02:00
os_dep staging:r8188eu: remove sw_encrypt member of security_priv struct 2017-04-08 17:11:54 +02:00
Kconfig staging: rtl8188eu: force driver to be built as a module 2017-04-11 15:59:33 +02:00
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
TODO