#include <drv_types.h>
#include <rtw_debug.h>
#include <linux/jiffies.h>
#include <net/cfg80211.h>
#include <asm/unaligned.h>
void rtw_os_free_recvframe(union recv_frame *precvframe)
{ … }
void rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe)
{ … }
void rtw_os_recv_resource_free(struct recv_priv *precvpriv)
{ … }
void rtw_os_recvbuf_resource_free(struct adapter *padapter, struct recv_buf *precvbuf)
{ … }
struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata)
{ … }
void rtw_os_recv_indicate_pkt(struct adapter *padapter, struct sk_buff *pkt, struct rx_pkt_attrib *pattrib)
{ … }
void rtw_handle_tkip_mic_err(struct adapter *padapter, u8 bgroup)
{ … }
int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame)
{ … }
void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl)
{ … }