138gV2_Linux

所属分类:嵌入式Linux
开发工具:Unix_Linux
文件大小:719KB
下载次数:15
上传日期:2009-02-17 21:15:43
上 传 者marakew
说明:  wi-fi sources for asus wl138g v2 pci card

文件列表:
src (0, 2006-09-08)
src\linuxsta (0, 2006-09-08)
src\linuxsta\doc (0, 2006-09-08)
src\linuxsta\src (0, 2006-09-08)
src\linuxsta\src\include (0, 2006-09-08)
src\linuxsta\src\include\bcmdefs.h (2111, 2006-02-09)
src\linuxsta\src\include\bcmdevs.h (4408, 2006-02-09)
src\linuxsta\src\include\bcmendian.h (4524, 2006-02-09)
src\linuxsta\src\include\bcmnvram.h (1263, 2006-02-09)
src\linuxsta\src\include\bcmsrom.h (620, 2006-02-09)
src\linuxsta\src\include\bcmutils.h (13810, 2006-02-09)
src\linuxsta\src\include\bcmwpa.h (3452, 2006-02-09)
src\linuxsta\src\include\d11.h (38159, 2006-02-09)
src\linuxsta\src\include\epivers.h (826, 2006-02-09)
src\linuxsta\src\include\hnddma.h (6331, 2006-02-09)
src\linuxsta\src\include\linuxver.h (11196, 2006-02-09)
src\linuxsta\src\include\linux_osl.h (13329, 2006-02-09)
src\linuxsta\src\include\osl.h (832, 2006-02-09)
src\linuxsta\src\include\pcicfg.h (13162, 2006-02-09)
src\linuxsta\src\include\proto (0, 2006-09-08)
src\linuxsta\src\include\proto\802.11.h (41146, 2006-02-09)
src\linuxsta\src\include\proto\802.11e.h (4963, 2006-02-09)
src\linuxsta\src\include\proto\802.1d.h (985, 2006-02-09)
src\linuxsta\src\include\proto\802.3.h (661, 2006-02-09)
src\linuxsta\src\include\proto\bcmeth.h (2503, 2006-02-09)
src\linuxsta\src\include\proto\bcmevent.h (6442, 2006-02-09)
src\linuxsta\src\include\proto\bcmip.h (3702, 2006-02-09)
src\linuxsta\src\include\proto\eapol.h (3872, 2006-02-09)
src\linuxsta\src\include\proto\ethernet.h (4144, 2006-02-09)
src\linuxsta\src\include\proto\vlan.h (1242, 2006-02-09)
src\linuxsta\src\include\proto\wpa.h (4190, 2006-02-09)
src\linuxsta\src\include\sbchipc.h (15853, 2006-02-09)
src\linuxsta\src\include\sbconfig.h (12091, 2006-02-09)
src\linuxsta\src\include\sbhnddma.h (11119, 2006-02-09)
src\linuxsta\src\include\sbhndpio.h (1384, 2006-02-09)
src\linuxsta\src\include\sbpci.h (4120, 2006-02-09)
src\linuxsta\src\include\sbpcie.h (8455, 2006-02-09)
src\linuxsta\src\include\sbutils.h (5630, 2006-02-09)
src\linuxsta\src\include\typedefs.h (5803, 2006-02-09)
... ...

Broadcom Corporation Introduction: ------------ This Package contains the the 802.11b and 802.11g Linux Device driver to support Broadcom WLAN chipsets on X86 platforms, for 2.6 linux kernels. This WLAN driver supports Wireless extensions upto rev 19. Package details: --------------- This package is provided as a compressed tar file. The tar file contains all the sources needed, the binary versions of the regulatory domain files and the necessary makefile to build the BROADCOM WLAN driver for specific revisions of the kernel. The package contains: src/include and src/include/proto : All the header files. src/shared, src/wl/sys : All the source files src/wl/linux : Makefile src/wl/linux/obj-3.4.2, src/wl/linux/obj-4.0.2 : pre compiled regulatory binaries Two sets of precompiled regulatory binaries are avaialble, one for each of the compiler versions gcc 3.4.2 (Redhat FC3 and 2.6.14.3 kernel), and gcc 4.0.2 (Suse 10 distribution) Distributions and Kernels Tested: -------------------------------- 1. Fedora FC3 with the stock 2.6.9-1.667 kernel (supports WEP only and no support for WPA) 2. Fedora FC3 with 2.6.14.3 kernel. (supports WPA/WPA2 and TKIP/AES/WEP cryptos) 3. Suse 10.0 with 2.6.13-15 kernel. (supports WPA/WPA2 and AES/WEP cryptos) Chipset Support: --------------- BCM4318, BCM4311, BCM4309C0 Building the Driver from Package: -------------------------------- 1. Extract the tar package. tar -xzvf src-.tar.gz 2. Build the Driver cd src/linuxsta/src/wl/linux in the makefile make sure to set the variables CROSS_COMPILE=, if the the gcc is not already in the $PATH or if a different compiler needs to be used, and GCC-REV= dictates the path of the prebuild regulatory binaries, to use while building the driver.(values it takes now are 3.4.2 or 4.0.2), if the kernel version is 2.6.14.3 the driver expects that iee80211_crypto.ko module be loaded, prior to loading this driver. make clean make 3. Test the Driver by loading it insmod wl.ko Supported WLAN feature set: -------------------------- 1. Supports WLAN STA functionality. 2. Supports Wireless extensions (rev <= 19). So utilies like iwconfig and iwlist compiled with proper header versions(wireless.h) would be able to interface with the driver through the wireless extensions interface. 3. Supports using the external TKIP crypto module if the module is available. To support this, the driver assumes that iee80211_crypto.ko is already loaded and available (support of the ieee802111_crypto modules were added to the kernel rev 2.6.14.3) 4. Supports Only one set of channels for all countries. 5. Supports Hardware cryptos for AES and WEP and with the proper versions of an external supplicant (such as wpa_supplicant with wireless extensions rev >= 18), one could set up different Authentication Key Managements like WPA/WPA-PSK/WPA2/WPA2-PSK/ 6. Uses only the standard IOCTLs defined in wireless extensions interface, doesn't have any custom IOCTLS defined. Limitations: ----------- Current version of the driver has undergone a limited amount of testing with 2.6.14.3 kernel, Redhat FC3 and Suse 10 Linux distribuitons for i386 platforms. The included makefile only supports compiles for only 2.6 kernel versions.

近期下载者

相关文件


收藏者