Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
r8192E_dev.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
3  *
4  * Based on the r8180 driver, which is:
5  * Copyright 2004-2005 Andrea Merello <[email protected]>, et al.
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of version 2 of the GNU General Public License as
8  * published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but WITHOUT
11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13  * more details.
14  *
15  * You should have received a copy of the GNU General Public License along with
16  * this program; if not, write to the Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18  *
19  * The full GNU General Public License is included in this distribution in the
20  * file called LICENSE.
21  *
22  * Contact Information:
23  * wlanfae <[email protected]>
24 ******************************************************************************/
25 #ifndef _RTL8192E_H
26 #define _RTL8192E_H
27 
28 #include "r8190P_def.h"
29 
30 u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc);
35 void rtl8192_interrupt_recognized(struct net_device *dev, u32 *p_inta,
36  u32 *p_intb);
37 void rtl8192_enable_rx(struct net_device *dev);
38 void rtl8192_enable_tx(struct net_device *dev);
47 void rtl8192_link_change(struct net_device *dev);
48 void rtl8192_AllowAllDestAddr(struct net_device *dev, bool bAllowAllDA,
49  bool WriteIntoReg);
50 void rtl8192_tx_fill_desc(struct net_device *dev, struct tx_desc *pdesc,
51  struct cb_desc *cb_desc,
52  struct sk_buff *skb);
54  struct tx_desc_cmd *entry,
55  struct cb_desc *cb_desc, struct sk_buff *skb);
57  struct rtllib_rx_stats *stats,
58  struct rx_desc *pdesc,
59  struct sk_buff *skb);
60 void rtl8192_halt_adapter(struct net_device *dev, bool reset);
62 #endif