⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wtprecomp.h

📁 linux2.6.11内核无线网卡驱动程序。支持802.11 abg
💻 H
字号:
/********************************************************************************************************** This include file include all files needed for wt4 linux driver!!! *********************************************************************************************************/#ifndef _WTPRECOMP_H#define _WTPRECOMP_H//#define WT_1_1G_ADAPTER#define SMDK2410_WTWLAN_BASE      0Xea000000 //mxx add#define SMDK2410_WTWLAN_ETH_IRQ IRQ_EINT8 //mxx add,52#include "wt_supplement.h" //edited by wl/* include files in prismcompat.h */#include <linux/moduleparam.h>#include <linux/workqueue.h>#include <linux/compiler.h>#include "wtcompat.h"#include "wtcompat24.h" //if used,add include files in prismcompat24.h to here !#include <linux/init.h> #include <linux/version.h>#include <linux/module.h>#include <linux/pci.h>#include <linux/delay.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/if_arp.h>#include <linux/netdevice.h>#include <linux/wireless.h>#include <linux/list.h>#include <linux/etherdevice.h>#include <linux/interrupt.h>#include <linux/skbuff.h>#include <linux/config.h>#include <linux/synclink.h>  //for wt_stmgt.h#include <net/iw_handler.h>#include <asm/system.h>#include <asm/io.h>#include <asm/byteorder.h>#include <asm/uaccess.h>#include <asm/div64.h> #include "wt_comp.h"#include "ntddndis.h"#include "wt40_equ.h"#include "wlan_wt4.h"#include "wt_def.h"#include "wt_cmn.h"#include "wt_def.h"#include "macconst.h"//#include "macsort.h"#include "macmfunc.h"//#include "wt_comp.h"#include "wt_types.h"#include "wt_hdr.h"#include "wt_frm.h"#include "wt_stmgt.h"#include "wt40_wmi.h"#include "wt.h"#include "physet.h"#include "wt_init.h"/***************************need use**************************/#include "wt_dev.h"///////#include "wt_mgt.h"	 #include "wt_oid.h"#include "wt_ioctl.h"#include "oid_mgt.h"#include "wt_eth.h"#include "wt_mac.h"#include "wt_com.h"#include "wt_conv.h"#include "wt_stmac.h"#include "wt_nic.h"/////////#include "wt_mlme.h" #endif //_WTPRECOMP_H 

⌨️ 快捷键说明

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