diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2013-07-29 05:54:13 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2013-07-29 05:54:13 +0000 |
| commit | e8353a7a69e036998944389ec8e0497eec5667b1 (patch) | |
| tree | 5644538263e9d13f3c7b89bdb903e8cd4e1132d0 /sys/dev/usb/wlan/if_runvar.h | |
| parent | 3e506f5f8c0fa0c13668aca2dcf91a6cc2802aa8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/wlan/if_runvar.h')
| -rw-r--r-- | sys/dev/usb/wlan/if_runvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_runvar.h b/sys/dev/usb/wlan/if_runvar.h index 24f308eae559b..37ae3fa4ce15c 100644 --- a/sys/dev/usb/wlan/if_runvar.h +++ b/sys/dev/usb/wlan/if_runvar.h @@ -58,7 +58,7 @@ struct run_rx_radiotap_header { int8_t wr_dbm_antsignal; uint8_t wr_antenna; uint8_t wr_antsignal; -} __packed; +} __packed __aligned(8); #define RUN_RX_RADIOTAP_PRESENT \ (1 << IEEE80211_RADIOTAP_FLAGS | \ @@ -75,7 +75,7 @@ struct run_tx_radiotap_header { uint16_t wt_chan_freq; uint16_t wt_chan_flags; uint8_t wt_hwqueue; -} __packed; +} __packed __aligned(8); #define IEEE80211_RADIOTAP_HWQUEUE 15 |
