From: Himangi Saraogi Date: Wed, 5 Mar 2014 14:49:07 +0000 (+0530) Subject: Staging:rtl8192:ieee80211: Fix sparse warning cast to restricted __le32 X-Git-Tag: v3.15-rc1~139^2~535 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a324441e074cc78f6b230c9e44ccff696ffc42d;p=pandora-kernel.git Staging:rtl8192:ieee80211: Fix sparse warning cast to restricted __le32 This patch fixes the following sparse warnings in ieee80211_rx.c: drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:2201:34: warning: cast to restricted __le32 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:2202:34: warning: cast to restricted __le32 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:2203:36: warning: cast to restricted __le32 by changing the annotation in the structure header file for struct ieee80211_probe_response for time_stamp and altering the cast for beacon_interval to le16. Signed-off-by: Himangi Saraogi Reviewed-by: Bob Copeland Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed