root/drivers/staging/rtl8188eu/include/recv_osdep.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /******************************************************************************
   3  *
   4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
   5  *
   6  ******************************************************************************/
   7 #ifndef __RECV_OSDEP_H_
   8 #define __RECV_OSDEP_H_
   9 
  10 #include <osdep_service.h>
  11 #include <drv_types.h>
  12 
  13 
  14 int _rtw_init_recv_priv(struct recv_priv *precvpriv, struct adapter *padapter);
  15 void _rtw_free_recv_priv(struct recv_priv *precvpriv);
  16 
  17 
  18 s32  rtw_recv_entry(struct recv_frame *precv_frame);
  19 int rtw_recv_indicatepkt(struct adapter *adapter,
  20                          struct recv_frame *recv_frame);
  21 
  22 void rtw_handle_tkip_mic_err(struct adapter *padapter, u8 bgroup);
  23 
  24 int rtw_os_recvbuf_resource_alloc(struct adapter *adapt, struct recv_buf *buf);
  25 
  26 void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl);
  27 
  28 #endif /*  */

/* [<][>][^][v][top][bottom][index][help] */