diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2011-06-24 17:02:54 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-07-05 19:59:48 -0700 |
commit | 4046dabb7992580da6ee6cadb938d15627e7676e (patch) | |
tree | b8bbc6e10ff15badc229249af88462a3ae2b21d6 /drivers/staging/rtl8192u | |
parent | ffac362e71ddc849d555b9a9726831b97b09288b (diff) |
staging: rtl8192e: Fix big-endian warning
When compiling the rtl8192e driver from staging on a big-endian
architecture, the following warning results:
CC [M] drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.o
drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c: In function 'ieee80211_probe_resp':
drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c:781: 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>
Diffstat (limited to 'drivers/staging/rtl8192u')
0 files changed, 0 insertions, 0 deletions