diff options
Diffstat (limited to 'sys/dev/pci/if_iwivar.h')
-rw-r--r-- | sys/dev/pci/if_iwivar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwivar.h b/sys/dev/pci/if_iwivar.h index e4c35848f3a..e8f79daa3e5 100644 --- a/sys/dev/pci/if_iwivar.h +++ b/sys/dev/pci/if_iwivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwivar.h,v 1.7 2005/02/21 13:33:29 damien Exp $ */ +/* $OpenBSD: if_iwivar.h,v 1.8 2005/03/01 19:30:38 damien Exp $ */ /*- * Copyright (c) 2004, 2005 @@ -36,7 +36,7 @@ struct iwi_rx_radiotap_header { u_int8_t wr_antsignal; u_int8_t wr_antnoise; u_int8_t wr_antenna; -}; +} __attribute__((__packed__)); #define IWI_RX_RADIOTAP_PRESENT \ ((1 << IEEE80211_RADIOTAP_FLAGS) | \ @@ -51,7 +51,7 @@ struct iwi_tx_radiotap_header { u_int8_t wt_flags; u_int16_t wt_chan_freq; u_int16_t wt_chan_flags; -}; +} __attribute__((__packed__)); #define IWI_TX_RADIOTAP_PRESENT \ ((1 << IEEE80211_RADIOTAP_FLAGS) | \ |