]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/ieee80211_radiotap.h
ngw100: export J15 through sysfs
[linux-2.6-omap-h63xx.git] / include / net / ieee80211_radiotap.h
index 22e047758ba12d12fe71853495aa568cd38e6397..d364fd594ea4d7f2b3f088f460e2e2bc09ae6697 100644 (file)
@@ -40,6 +40,7 @@
 
 #include <linux/if_ether.h>
 #include <linux/kernel.h>
+#include <asm/unaligned.h>
 
 /* Radiotap header version (from official NetBSD feed) */
 #define IEEE80211RADIOTAP_VERSION      "1.5"
@@ -261,7 +262,7 @@ static inline int ieee80211_get_radiotap_len(unsigned char *data)
        struct ieee80211_radiotap_header *hdr =
                (struct ieee80211_radiotap_header *)data;
 
-       return le16_to_cpu(hdr->it_len);
+       return get_unaligned_le16(&hdr->it_len);
 }
 
 #endif                         /* IEEE80211_RADIOTAP_H */