📄 r8180_pci_init.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -