staging: rtl8188eu: Remove unused inline function get_rx_status()
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8885dc2509
commit
750eb2d250
1 changed files with 0 additions and 5 deletions
|
@ -291,11 +291,6 @@ static inline u8 *get_rxmem(struct recv_frame *precvframe)
|
||||||
return precvframe->rx_head;
|
return precvframe->rx_head;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline u8 *get_rx_status(struct recv_frame *precvframe)
|
|
||||||
{
|
|
||||||
return get_rxmem(precvframe);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline u8 *recvframe_pull(struct recv_frame *precvframe, int sz)
|
static inline u8 *recvframe_pull(struct recv_frame *precvframe, int sz)
|
||||||
{
|
{
|
||||||
/* rx_data += sz; move rx_data sz bytes hereafter */
|
/* rx_data += sz; move rx_data sz bytes hereafter */
|
||||||
|
|
Loading…
Add table
Reference in a new issue