Commit 307e0748 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: make sta2sta_data_frame() static



Function sta2sta_data_frame() is only used in rtw_recv.c.
So make it static.

Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7e894d10
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -632,7 +632,8 @@ static void count_rx_stats(struct adapter *padapter,
	}
}

int sta2sta_data_frame(struct adapter *adapter, struct recv_frame *precv_frame,
static int sta2sta_data_frame(struct adapter *adapter,
			      struct recv_frame *precv_frame,
			      struct sta_info **psta)
{
	int ret = _SUCCESS;