diff options
| author | Martin Kaiser <[email protected]> | 2023-01-23 21:53:24 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-01-27 10:10:35 +0100 |
| commit | 36b7dd48b3aaacc28dded0e88a2a4d02e09be870 (patch) | |
| tree | df791b0d9baa34312a23c9810d8e68b58564cc48 /tools/perf/scripts/python/bin/task-analyzer-record | |
| parent | 6feaef197f9dc8c433c50028afee1ebcabfb013f (diff) | |
staging: r8188eu: simplify the sta loop in rtw_dequeue_xframe
Use list_for_each_entry_safe to iterate over the station entries in
function rtw_dequeue_xframe instead of coding the loop manually.
We have to use the safe version, the loop body may remove a station from
the list over which we iterate.
Signed-off-by: Martin Kaiser <[email protected]>
Tested-by: Philipp Hortmann <[email protected]> # Edimax N150
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions