linux-stable/drivers/staging/r8188eu
Martin Kaiser 5bdc94816b staging: r8188eu: change another function param from __queue to list_head
Modify the rtw_free_xmitframe_queue function to take a list_head pointer
instead of a __queue pointer.

This is an intermediate step towards changing struct tx_servq's
sta_pending from __queue to list_head.

Now that the function takes a list instead of a queue, we should also
rename it to rtw_free_xmitframe_list.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20230130195303.138941-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-31 11:16:56 +01:00
..
core staging: r8188eu: change another function param from __queue to list_head 2023-01-31 11:16:56 +01:00
hal staging: r8188eu: remove usb_ops_linux.h 2023-01-27 10:12:55 +01:00
include staging: r8188eu: change another function param from __queue to list_head 2023-01-31 11:16:56 +01:00
os_dep staging: r8188eu: remove usb_ops_linux.h 2023-01-27 10:12:55 +01:00
Kconfig staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P} 2021-09-13 08:49:54 +02:00
Makefile staging: r8188eu: remove hal/odm_RegConfig8188E.c 2022-09-27 10:28:11 +02:00
TODO