Updated to hostap_2_6
[mech_eap.git] / libeap / src / utils / radiotap.h
index 0572e7c..460af23 100644 (file)
@@ -65,12 +65,12 @@ struct ieee80211_radiotap_header {
                                 * new fields does not count.
                                 */
        uint8_t it_pad;
-       uint16_t it_len;        /* length of the whole
+       le16 it_len;            /* length of the whole
                                 * header in bytes, including
                                 * it_version, it_pad,
                                 * it_len, and data fields.
                                 */
-       uint32_t it_present;    /* A bitmap telling which
+       le32 it_present;        /* A bitmap telling which
                                 * fields are present. Set bit 31
                                 * (0x80000000) to extend the
                                 * bitmap by another 32 bits.