diff options
author | 2024-08-08 16:11:15 -0600 | |
---|---|---|
committer | 2024-08-13 12:57:58 +0300 | |
commit | 748e21d94a34edc6e74e9ec674e93e570d3d0d3e (patch) | |
tree | b45f57cf58b4ef9a5b330cfc9b1673ea1fc98f59 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'rtw-next-2024-08-09' of https://github.com/pkshih/rtw (diff) | |
download | wireguard-linux-748e21d94a34edc6e74e9ec674e93e570d3d0d3e.tar.xz wireguard-linux-748e21d94a34edc6e74e9ec674e93e570d3d0d3e.zip |
wifi: mwl8k: Use static_assert() to check struct sizes
Commit 5c4250092fad ("wifi: mwl8k: Avoid -Wflex-array-member-not-at-end
warnings") introduced tagged `struct mwl8k_cmd_pkt_hdr`. We want to
ensure that when new members need to be added to the flexible structure,
they are always included within this tagged struct.
We use `static_assert()` to ensure that the memory layout for both
the flexible structure and the tagged struct is the same after any
changes.
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/ZrVCg51Q9M2fTPaF@cute
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions