|
@@ -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.
|