summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/ral
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2019-10-05 23:27:20 +0000
committermrg <mrg@NetBSD.org>2019-10-05 23:27:20 +0000
commit740200182fe2abb4a65bc695aac49c1ce4b6619b (patch)
tree6ae21145ec8bb22e25f4fb6eadcbd11d3649365c /sys/dev/microcode/ral
parent0cdd49a7ecbcad271baba9e5c650219c90a63770 (diff)
remove __packed attribute from struct ieee80211_radiotap_header
and all the structures that include it. this should not change anything while avoiding packed vs alignment warnings from GCC 8, and potentially pessimised code generation due to the packed marker (there are no misaligned members, just that the per-device parts may end unaligned.) all consumers of these members are done from the properly aligned packet members directly, or, as a union with a 64 byte member, also properly aligned. codegen didn't appear to change, except for the definition of sizeof(struct driver_[rt]x_radiotap_header) in debug info, which is not directly used anywhere.
Diffstat (limited to 'sys/dev/microcode/ral')
0 files changed, 0 insertions, 0 deletions