OSDN Git Service

9a8adfaae47e81cf9bdae2e655b2358ffb3d8189
[android-x86/external-modules-rtl8723au.git] / include / recv_osdep.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  *
19  ******************************************************************************/
20 #ifndef __RECV_OSDEP_H_
21 #define __RECV_OSDEP_H_
22
23 #include <drv_conf.h>
24 #include <osdep_service.h>
25 #include <drv_types.h>
26
27
28 extern int _rtw_init_recv_priv(struct recv_priv *precvpriv, _adapter *padapter);
29 extern void _rtw_free_recv_priv (struct recv_priv *precvpriv);
30
31
32 extern s32  rtw_recv_entry(union recv_frame *precv_frame);
33 extern int rtw_recv_indicatepkt(_adapter *adapter, union recv_frame *precv_frame);
34 extern void rtw_recv_returnpacket(IN _nic_hdl cnxt, IN _pkt *preturnedpkt);
35
36 extern void rtw_hostapd_mlme_rx(_adapter *padapter, union recv_frame *precv_frame);
37 extern void rtw_handle_tkip_mic_err(_adapter *padapter,u8 bgroup);
38
39
40 int     rtw_init_recv_priv(struct recv_priv *precvpriv, _adapter *padapter);
41 void rtw_free_recv_priv (struct recv_priv *precvpriv);
42
43
44 int rtw_os_recv_resource_init(struct recv_priv *precvpriv, _adapter *padapter);
45 int rtw_os_recv_resource_alloc(_adapter *padapter, union recv_frame *precvframe);
46 void rtw_os_recv_resource_free(struct recv_priv *precvpriv);
47
48
49 int rtw_os_recvbuf_resource_alloc(_adapter *padapter, struct recv_buf *precvbuf);
50 int rtw_os_recvbuf_resource_free(_adapter *padapter, struct recv_buf *precvbuf);
51
52 void rtw_os_read_port(_adapter *padapter, struct recv_buf *precvbuf);
53
54 void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl);
55
56
57 #endif //