linux/drivers/staging/rtl8187se
Larry Finger ffac362e71 staging: rtl8187se: Fix big-endian warning
When compiling the rtl8187se driver from staging on a big-endian
architecture, the following warning results:

  CC [M]  drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.o
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c: In function 'ieee80211_probe_resp':
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c:824: warning: value computed is not used

The warning is due to misuse of cpu_to_le16().

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-07-05 19:59:48 -07:00
..
ieee80211 staging: rtl8187se: Fix big-endian warning 2011-07-05 19:59:48 -07:00
Kconfig staging/rtl81*: build as loadable modules only 2011-04-04 22:46:15 -07:00
Makefile Staging: rtl8187se: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:45 -07:00
r8180.h Staging: r8187se: Remove two private variables that have a fixed value 2010-03-03 16:42:59 -08:00
r8180_93cx6.h staging: r8187se: Change to use common eeprom routines in EEPROM_93CX 2010-03-03 16:42:57 -08:00
r8180_core.c Fix common misspellings 2011-03-31 11:26:23 -03:00
r8180_dm.c Fix common misspellings 2011-03-31 11:26:23 -03:00
r8180_dm.h Staging: rtl8187se: r8180.h: fixed alot of checkpatch.pl issues 2010-09-21 10:49:31 -07:00
r8180_hw.h Staging: rtl8187se: r8180_hw: fixed a lot of checkpatch.pl issues 2010-09-21 10:49:31 -07:00
r8180_rtl8225.h Staging: rtl8187se: r8180_rtl8225: fixed a lot of checkpatch.pl issues 2010-09-21 10:49:32 -07:00
r8180_rtl8225z2.c Fix common misspellings 2011-03-31 11:26:23 -03:00
r8180_wx.c Staging: rtl8187se: r8180_wx: fixed a lot of checkptahc.pl issues 2010-09-21 10:49:32 -07:00
r8180_wx.h Staging: rtl8187se: remove duplicate dot11d.h and ieee80211.h includes 2009-09-15 12:01:27 -07:00
r8185b_init.c Fix common misspellings 2011-03-31 11:26:23 -03:00
TODO staging: r8187se: Change to use common eeprom routines in EEPROM_93CX 2010-03-03 16:42:57 -08:00