staging: r8188eu: change function param from __queue to list_head
authorMartin Kaiser <martin@kaiser.cx>
Mon, 30 Jan 2023 19:52:56 +0000 (20:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Jan 2023 10:16:56 +0000 (11:16 +0100)
commit5ae3750cca311cc1ae79e1972b0aa2a68b5ed122
treecb97f3d91db80a74ebba546e51d659d205b6d724
parent9bd121f827637485fa32237ff90c882f8915fd1b
staging: r8188eu: change function param from __queue to list_head

Modify the dequeue_xmitframes_to_sleeping_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.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20230130195303.138941-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_xmit.c