1
0
Fork 0
alistair23-linux/drivers/staging/rtl8192u/ieee80211
Gaston Gonzalez 80cf407fd4 staging: rtl8192u: ieee80211: Fix incorrect type in assignment
Added le16_to_cpu() conversion fixing the following warning in assignment detected by sparse:

drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2157:30: warning: invalid assignment: +=
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2157:30:    left side has type unsigned long
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2157:30:    right side has type restricted __le16

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-17 21:33:26 -07:00
..
Makefile
dot11d.c Staging: drivers: Bool initializations should use true/false 2015-03-06 15:30:07 -08:00
dot11d.h Staging: rtl8192u: ieee80211: dot11d: added parenthesis to RESET_CIE_WATCHDOG macro 2015-03-06 16:58:32 -08:00
ieee80211.h staging: rtl8192u: don't redefine container_of() 2015-05-08 09:24:16 +02:00
ieee80211_crypt.c Staging: rtl8192u: Fix quoted string split across lines 2015-03-06 09:54:33 -08:00
ieee80211_crypt.h
ieee80211_crypt_ccmp.c rtl8192u: don't trample on <linux/ieee80211.h> struct namespace 2015-05-08 09:24:13 +02:00
ieee80211_crypt_tkip.c rtl8192u: don't trample on <linux/ieee80211.h> struct namespace 2015-05-08 09:24:13 +02:00
ieee80211_crypt_wep.c Staging: rtl8192u: Remove two useless lines at ieee80211_wep_null 2015-06-08 13:40:55 -07:00
ieee80211_module.c Staging: rtl8192u: Combine initialization using setup_timer 2015-03-16 15:54:13 +01:00
ieee80211_rx.c rtl8192u: align local ieee80211_wmm_ac_param struct fields with global 2015-05-08 09:24:14 +02:00
ieee80211_softmac.c staging: rtl8192u: ieee80211: Fix incorrect type in assignment 2015-06-17 21:33:26 -07:00
ieee80211_softmac_wx.c Staging: rtl8192u: Fix space issues before '(' and after ')' 2015-03-26 10:35:33 +01:00
ieee80211_tx.c rtl8192u: don't trample on <linux/ieee80211.h> struct namespace 2015-05-08 09:24:13 +02:00
ieee80211_wx.c staging: rtl8192u: ieee80211: Indent if statement 2014-10-20 10:29:15 +08:00
rtl819x_BA.h
rtl819x_BAProc.c rtl8192u: don't trample on <linux/ieee80211.h> struct namespace 2015-05-08 09:24:13 +02:00
rtl819x_HT.h drivers: staging: rtl8192u: Fix "space required before that '*'" errors 2014-09-08 13:59:25 -07:00
rtl819x_HTProc.c Staging: rtl8192u: Add space before open parenthesis 2015-03-26 10:35:33 +01:00
rtl819x_Qos.h drivers: staging: rtl8192u: Fix "space required before that '*'" errors 2014-09-08 13:59:25 -07:00
rtl819x_TS.h Staging: rtl8192u: Convert comments from C99 to C89 style 2015-02-26 13:45:05 -08:00
rtl819x_TSProc.c Staging: rtl8192u: Bool tests don't need comparisons 2015-03-16 15:56:46 +01:00