r8180_pci_init.h

来自「RealTek RTL8180 Source code」· C头文件 代码 · 共 55 行

H
55
字号
/* r8180_pci_init.h: Part of Linux wireless lan driver for RTL8180. *//*        Written 2002-2003 by ShuChen.        This file is distributed according to the terms of        the GNU General Public License (GPL).        The original author may be reached as shuchen@realtek.com.tw		Versions:		1.0 -first released*/#ifndef _INCLUDE_RTL8180_PCI_INIT_H_#define _INCLUDE_RTL8180_PCI_INIT_H_#include "r8180_type.h"struct rtl8180_priv {	struct net_device *dev;	struct net_device_stats stats;	struct iw_statistics wlan_stats;	unsigned long ioaddr;	char essid[MAX_SSID_LEN + 1];	int essid_len;	char name[MAX_NAME_LEN + 1];	char nickname[MAX_NAME_LEN + 1];	int nickname_len;	char bssid[ETH_ALEN];	unsigned short rate;	int RF_TYPE;//	WLAN_CTX	wlanCtx;	void	*pwlanCtx;};#endif //end #ifndef _INCLUDE_RTL8180_PCI_INIT_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?