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/malo | |
| parent | 4f4463dfa3242118fc001fef60adf552db705c05 (diff) | |
Notes
Diffstat (limited to 'sys/dev/malo')
| -rw-r--r-- | sys/dev/malo/if_maloioctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/malo/if_maloioctl.h b/sys/dev/malo/if_maloioctl.h index 88507cffede2..6707b4c35aaf 100644 --- a/sys/dev/malo/if_maloioctl.h +++ b/sys/dev/malo/if_maloioctl.h @@ -93,7 +93,7 @@ struct malo_rx_radiotap_header { int8_t wr_antsignal; int8_t wr_antnoise; u_int8_t wr_antenna; -}; +} __packed __aligned(8); #define MALO_TX_RADIOTAP_PRESENT ( \ (1 << IEEE80211_RADIOTAP_FLAGS) | \ @@ -111,6 +111,6 @@ struct malo_tx_radiotap_header { u_int16_t wt_chan_flags; u_int8_t wt_txpower; u_int8_t wt_antenna; -}; +} __packed; #endif /* _DEV_MALO_MVIOCTL_H */ |
