[MAC80211]: split RX handlers into own file
[firefly-linux-kernel-4.4.55.git] / include / net / ieee80211_radiotap.h
index a0c2b41a24d7d2174cd7ca9d7f8c98d8ca1ea56c..22e047758ba12d12fe71853495aa568cd38e6397 100644 (file)
@@ -255,4 +255,13 @@ enum ieee80211_radiotap_type {
        (((x) == 14) ? 2484 : ((x) * 5) + 2407) : \
        ((x) + 1000) * 5)
 
+/* helpers */
+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);
+}
+
 #endif                         /* IEEE80211_RADIOTAP_H */