diff options
author | Nicolas Escande <[email protected]> | 2024-02-09 12:35:36 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-02-14 10:15:41 +0200 |
commit | 79ad70c6df0af8e6515a0cc064423b280f281582 (patch) | |
tree | e01794ab191035b70ae803bdc65bdd35ccae53a8 /scripts/bpf_doc.py | |
parent | 64493a7ff74b679640ff493aed11753a1d284ca9 (diff) |
wifi: ath11k: Remove scan_flags union from struct scan_req_params
Now that we do not use scan_flags directly with WMI_SCAN_XXX macros anymore but
only the bitfield scan_f_xxx, lets remove the scan_flags & the underlying union.
This will prevent further problems as some entries in the scan_f_xxx bitfield
don't match their corresponding WMI_SCAN_XXX flags as seen in [1]
[1] https://lore.kernel.org/all/[email protected]/
Signed-off-by: Nicolas Escande <[email protected]>
Acked-by: Jeff Johnson <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions