rtl8180-0.21

所属分类:驱动编程
开发工具:C/C++
文件大小:114KB
下载次数:6
上传日期:2010-12-14 17:55:43
上 传 者thanfur
说明:  realtak 8180 在windows下的微端口驱动源代码
(realtak 8180 under the micro-ports in the windows driver source code)

文件列表:
rtl8180-0.21\AUTHORS (38, 2004-10-22)
rtl8180-0.21\CHANGES (15743, 2005-04-15)
rtl8180-0.21\compat24.h (2937, 2005-02-25)
rtl8180-0.21\COPYING (17992, 2004-10-22)
rtl8180-0.21\ieee80211.h (20098, 2005-04-11)
rtl8180-0.21\ieee80211_crypt.c (6213, 2004-11-28)
rtl8180-0.21\ieee80211_crypt.h (3328, 2004-11-28)
rtl8180-0.21\ieee80211_crypt_wep.c (7170, 2005-04-12)
rtl8180-0.21\ieee80211_module.c (20932, 2005-04-15)
rtl8180-0.21\ieee80211_rx.c (32942, 2005-04-12)
rtl8180-0.21\ieee80211_tx.c (19816, 2005-04-13)
rtl8180-0.21\ieee80211_wx.c (18493, 2005-04-11)
rtl8180-0.21\ieee802_11.h (2460, 2004-10-22)
rtl8180-0.21\INSTALL (6381, 2004-12-15)
rtl8180-0.21\LICENSE (17992, 2004-10-22)
rtl8180-0.21\Makefile (2720, 2005-02-28)
rtl8180-0.21\Makefile26 (1241, 2005-02-28)
rtl8180-0.21\module_load (147, 2005-01-11)
rtl8180-0.21\module_load24 (143, 2005-01-30)
rtl8180-0.21\module_unload (107, 2005-01-11)
rtl8180-0.21\module_unload24 (95, 2005-03-02)
rtl8180-0.21\r8180.h (6678, 2005-04-12)
rtl8180-0.21\r8180_93cx6.c (3524, 2004-11-20)
rtl8180-0.21\r8180_93cx6.h (1470, 2005-01-17)
rtl8180-0.21\r8180_core.c (102640, 2005-04-12)
rtl8180-0.21\r8180_gct.c (7035, 2005-04-15)
rtl8180-0.21\r8180_gct.h (814, 2005-03-14)
rtl8180-0.21\r8180_hw.h (14898, 2005-04-11)
rtl8180-0.21\r8180_max2820.c (5646, 2005-02-10)
rtl8180-0.21\r8180_max2820.h (761, 2005-01-17)
rtl8180-0.21\r8180_pm.c (1066, 2004-11-20)
rtl8180-0.21\r8180_pm.h (729, 2004-11-15)
rtl8180-0.21\r8180_sa2400.c (5217, 2005-03-09)
rtl8180-0.21\r8180_sa2400.h (855, 2005-01-17)
rtl8180-0.21\r8180_wx.c (22235, 2005-04-15)
rtl8180-0.21\r8180_wx.h (727, 2004-10-22)
rtl8180-0.21 (0, 2010-12-14)
... ...

rtl8180-sa2400 Linux kernel driver Released under the terms of GNU General Public Licence (GPL) Copyright(c) Andrea Merello - 2004,2005 Portions of this driver are based on Intel Pro Wireless 2100 driver. Thanks to the original author !! Most notabily the ieee802.11 stack is imported from this project, altought I've modified it ------------------------------------------------------------------------------ This is an attempt to write somethig that can make my rtl8180-based wlan card work under Linux (using only opensource stuff). It's in early development stage so don't expect too much from it (also use it at your own risk!) This should be considered just a fragment of code.. using it on your(any) system is at your own risk! Please note that I never supported the idea to use it in any way, so i cannot be considered responsible in any way for anything deriving by it usage. Anyway for now we have monitor mode and managed mode basically working! This isn't necessary stable, but seems to work.. Also since v 0.16 we have an initial and incomplete support for ad-hoc mode. *Please* see README.adhoc for further details An official driver from Realtek exist for this NIC but - It's mainly closed source stuff - It doesn't work on 2.6 kernels (and on some 2.4) - It hasn't any support for monitor mode +I have it working with ndiswrapper, but since I don't like to use windows' +closed source drv I decided to try to write this driver. *!!Please note that only cards with a PHILIPS sa2400 or MAXIM or GCT RF chip are supported.!!* Support for such a radio chip is also very experimental. There are some variant of the card with rtl8180 and philips sa2400 RF: antenna diversity, firdac etc.. Altought all configurations should be supported, some are not tested and might fail. If you decide to test this drv on a digital-phy card, please let me know the results. This driver should be considered just a raw fragment of code for development purposes, it is still far from a completed driver. Support for SMP, endianess check are also missing. If you decide to try it and you want report me success/insuccess I will apreciate it very much. To compile the driver simply run make. Note that the Makefile should work on kenrel 2.6 and 2.4. Anyway the old Makefile for 2.6 kernel is still included as Makefile26. FOUR modules will be compiled: the ieee802.11 stack (3 modules) and the driver itself. You need to insmod ALL of them! Some versions might work also on recent 2.4 kernel. After insmod'ing ieee80211-r8180_crypt-r8180 ieee80211_crypt_wep-r8180 ieee80211-r8180.ko and r8180 the nic is sleeping. To wake up the nic run: ifconfig up (where is your network device for wlan card). Please note that the default interface name is wlanX. If you would like to set the interface name to something else you may use the 'devname=' module parameter. For example: insmod r8180.ko ifname=eth%d will set the interface name of this device to something like eth0. Once the nic is up it can be put in a monitor mode by running: iwconfig mode monitor and channel number may be changed by running: iwconfig channel XX Monitor mode is also accessible via iwpriv, so Kismet works (altought channel change routines are still a bit slow so channel hopping may not work perfectly). In monitor mode a choice may be made via iwpriv if the nic should pass packets with bad crc or drop them. To put the nic in managed mode run: iwconfig mode managed In managed mode there is support for iwlist scan that should report the currently available networks. Please note that in managed mode channels cannot be changed manually. To associate with a network iwconfig essid XXXXX where XXXXX is the network essid (name) reported by 'iwlist scan'. Please note that essid is case sensitive. If your network is not broadcasting the ESSID, then you need to specify *also* the AP MAC address iwconfig ap XX:XX:XX:XX:XX:XX The driver accepts another boolean parameter: hwseqnum If set to 1 it lets the card HW take care of the sequence number of the TXed frames. Altought in managed mode I can't see an important reason to use HW to do that, when we'll start to TX beacons in master (AP) and ad-hoc modes most probably it will be extremely useful (since most probably we will use two HW queues). I'm unsure if it will work correctly on all NICs.. reports are *VERY, VERY* apreciated.. WEP === Since v 0.8 WEP encryption should be supported (tested with 104 bit keys). Wep encryption is done by host, not by the nic. Key can be set with: Key can be set with iwconfig key 12345... WEP is supported via software thanks to the ipw stack. I've found some nic register for HW wep encryption, but I discovered that my nic seems to not support it. I've found some register for nic HW wep encryption, but I discovered that my nic in truth seems to don't support it. Code to use HW wep is present and available by a module param, but most probably it is buggy even in cards that have HW wep (if any exist) if you experiences problem you might try to compile without wep by uncomment the first line in Makefile If you have some question/comments please feel free to write me.

近期下载者

相关文件


收藏者