staging: r8188eu: merge dequeue_one_xmitframe into its caller
authorMartin Kaiser <martin@kaiser.cx>
Mon, 23 Jan 2023 20:53:36 +0000 (21:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jan 2023 09:10:36 +0000 (10:10 +0100)
commit45bbc110e9b3093a058d5f2dcdba0b22c80d228b
treee332be63cc54e72a9689802aef6f74da99f39d40
parentdfac03bde0bb7da07b52ade3a8743d52cb97bfa5
staging: r8188eu: merge dequeue_one_xmitframe into its caller

dequeue_one_xmitframe is a small function that is called only from
rtw_dequeue_xframe. Merge the two functions.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20230123205342.229589-18-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_xmit.c