staging: r8188eu: remove sta2sta_data_frame prototype
authorMartin Kaiser <martin@kaiser.cx>
Thu, 7 Jul 2022 19:49:13 +0000 (21:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 12:29:07 +0000 (14:29 +0200)
commit8eaa8197bc2230760c7b53175049ff5595079319
tree8f808d4f46a4c5d9e65047b3024bf66973ff056f
parent7b5ec68ac1947929cc40e60d3748c1e6b6144682
staging: r8188eu: remove sta2sta_data_frame prototype

Remove the prototype for sta2sta_data_frame. Make the function static, it
is used only inside rtw_recv.c.

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