diff options
author | Johannes Berg <[email protected]> | 2024-03-19 10:10:21 +0200 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2024-03-25 15:39:10 +0100 |
commit | 6decbba7f4e64d9092bd6b19bbeeaa7e1c5cbeb5 (patch) | |
tree | c7eaf36dab2c22ea57190a81319d36bf4e361f69 /tools/perf/scripts/python/stackcollapse.py | |
parent | a615323f7f90838887ae583007fd2e069ba985ad (diff) |
wifi: iwlwifi: fw: add clarifying comments about iwl_fwrt_dump_data
iwl_fw_dbg_collect_sync() unconditionally accesses 'trig' at
the beginning of the function, even though the data has an
inner union and 'trig' isn't necessarily always used, it can
be 'desc' instead. Add comments clarifying why this is OK,
that 'trig'/'desc' must be first in the struct and how in it
the use of the union's sub-structs is differentiated.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://msgid.link/20240319100755.49c3a39737cc.I91c588e0d66b49f0ee9103e8d4a0e501c2fd36d6@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions