mirror of
https://github.com/torvalds/linux.git
synced 2024-12-08 03:52:16 +00:00
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>
This commit is contained in:
parent
7e894d1086
commit
307e07486a
@ -632,8 +632,9 @@ 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 sta_info **psta)
|
struct recv_frame *precv_frame,
|
||||||
|
struct sta_info **psta)
|
||||||
{
|
{
|
||||||
int ret = _SUCCESS;
|
int ret = _SUCCESS;
|
||||||
struct rx_pkt_attrib *pattrib = &precv_frame->attrib;
|
struct rx_pkt_attrib *pattrib = &precv_frame->attrib;
|
||||||
|
Loading…
Reference in New Issue
Block a user