#define _RECV_OSDEP_C_
#include <linux/usb.h>
#include "osdep_service.h"
#include "drv_types.h"
#include "wifi.h"
#include "recv_osdep.h"
#include "osdep_intf.h"
#include "ethernet.h"
#include <linux/if_arp.h>
#include "usb_ops.h"
void r8712_os_recv_resource_alloc(struct _adapter *padapter,
union recv_frame *precvframe)
{ … }
int r8712_os_recvbuf_resource_alloc(struct _adapter *padapter,
struct recv_buf *precvbuf)
{ … }
void r8712_os_recvbuf_resource_free(struct _adapter *padapter,
struct recv_buf *precvbuf)
{ … }
void r8712_handle_tkip_mic_err(struct _adapter *adapter, u8 bgroup)
{ … }
void r8712_recv_indicatepkt(struct _adapter *adapter,
union recv_frame *recvframe)
{ … }
static void _r8712_reordering_ctrl_timeout_handler (struct timer_list *t)
{ … }
void r8712_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl)
{ … }