diff options
| author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-03-11 01:27:01 +0000 |
|---|---|---|
| committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-03-11 01:27:01 +0000 |
| commit | 786ac7035f938bf3764ec6d5ee2f0e50b5d959b6 (patch) | |
| tree | fd96adb573524a50d28e6308d66510e38dfa3433 /sys/dev/wtap | |
| parent | 4f4463dfa3242118fc001fef60adf552db705c05 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wtap')
| -rw-r--r-- | sys/dev/wtap/if_wtapioctl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/wtap/if_wtapioctl.h b/sys/dev/wtap/if_wtapioctl.h index 5aabcacb0b2b..14716e5c3f4a 100644 --- a/sys/dev/wtap/if_wtapioctl.h +++ b/sys/dev/wtap/if_wtapioctl.h @@ -159,7 +159,7 @@ struct wtap_rx_radiotap_header { u_int8_t wr_chan_ieee; int8_t wr_chan_maxpow; #endif -} __packed; +} __packed __aligned(8); #define WTAP_TX_RADIOTAP_PRESENT ( \ 0) @@ -167,7 +167,6 @@ struct wtap_rx_radiotap_header { struct wtap_tx_radiotap_header { struct ieee80211_radiotap_header wt_ihdr; #if 0 - u_int64_t wt_tsf; u_int8_t wt_flags; u_int8_t wt_rate; u_int8_t wt_txpower; |
