Updated to hostap_2_6
[mech_eap.git] / libeap / src / utils / radiotap_iter.h
index b768c85..6ea07e3 100644 (file)
@@ -67,7 +67,7 @@ struct ieee80211_radiotap_iterator {
        const struct ieee80211_radiotap_namespace *current_namespace;
 
        unsigned char *_arg, *_next_ns_data;
-       uint32_t *_next_bitmap;
+       le32 *_next_bitmap;
 
        unsigned char *this_arg;
 #ifdef RADIOTAP_SUPPORT_OVERRIDES