From: Michael Straube <straube.linux@gmail.com> Date: Wed, 3 Apr 2019 17:07:09 +0000 (+0200) Subject: staging: rtl8188eu: make sta2sta_data_frame() static X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=307e07486aaa52bbe1642adafa7ccfbd78fc7abb;p=linux.git 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: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- diff --git a/drivers/staging/rtl8188eu/core/rtw_recv.c b/drivers/staging/rtl8188eu/core/rtw_recv.c index 3a621d58e53da..087f6c9a58261 100644 --- a/drivers/staging/rtl8188eu/core/rtw_recv.c +++ b/drivers/staging/rtl8188eu/core/rtw_recv.c @@ -632,8 +632,9 @@ static void count_rx_stats(struct adapter *padapter, } } -int sta2sta_data_frame(struct adapter *adapter, struct recv_frame *precv_frame, - struct sta_info **psta) +static int sta2sta_data_frame(struct adapter *adapter, + struct recv_frame *precv_frame, + struct sta_info **psta) { int ret = _SUCCESS; struct rx_pkt_attrib *pattrib = &precv_frame->attrib;