diff options
| author | Martin Kaiser <[email protected]> | 2023-01-23 21:53:37 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-01-27 10:10:37 +0100 |
| commit | e558c192787ed698c48ec2ae6a56e95eb4084cfd (patch) | |
| tree | 942b0da26e33e7a4b89402bc8ac5390f880ba6fb /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 45bbc110e9b3093a058d5f2dcdba0b22c80d228b (diff) | |
staging: r8188eu: use lists for hwxmits
struct hw_xmit's sta_list points to one of vo, vi, be or bk_pending in
struct xmit_priv. All of these are defined as struct __queue, which is a
list plus a spinlock.
For these components, the spinlock is unused, we need only the list.
This patch converts sta_list and vo, vi, be and bk_pending to struct
list_head.
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/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions