aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjal2 <jal2>2003-05-01 19:48:29 +0000
committerjal2 <jal2>2003-05-01 19:48:29 +0000
commiteb0a540e4bfa52b5a3a5ee4134f315e1afc07cc3 (patch)
tree8c3591ceeefaa93e92cf5b86eb8f12cca777d1b0 /README
parent062ff1687bb6753cc4925cfbd6bd6084723f70a0 (diff)
- version 0.10beta1 (it's a major change)
- Makefile: target install does not compile anymore, use target all before - redesigned BSS list handling: an entry now times out and is removed after BSS_LIST_TIMEOUT (curr. 120 seconds) after the arrival of the last beacon. - new iwpriv command list_bss: dumps the bss list to syslog (temporary command, until we have iwlist).
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index dd0da24..3cd62a1 100644
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+(* $Id: README,v 1.5 2003/05/01 19:48:29 jal2 Exp $ *)
+
at76c503 - linux driver for Atmel at76c503 based usb wlan adapters
------------------------------------------------------------------
@@ -7,11 +9,14 @@ any cooperation that builds devices with this chip. My only
information source is the driver from
http://atmelwlandriver.sourceforge.net.
+Look at http://at76c503a.berlios.de/ for more information, mailing lists and links.
+
Known devices with this chip are:
- Belkin F5D6050
- Dynalink/Askey WLL013
- Linksys WUSB11 v2.6
- Netgear MA101B
+and many more.
Reqirements:
------------
@@ -78,6 +83,7 @@ In addition to the parameters of iwconfig, some can be set by iwpriv:
- short preamble: iwpriv wlanX set_preamble 1
- open system authentication: iwpriv wlanX set_auth 0
- shared key authentication: iwpriv wlanX set_auth 1
+- amount of debug messages: iwpriv wlanX set_debug N (* N = 0,1,2,3 *)
Be aware that shared key authentication requires a WEP key.
@@ -92,4 +98,12 @@ Thanks to:
- lots of other authors of usb and wlan drivers, where I stole code from
Oliver Kurth <oku@masqmail.cx>, Mon, 6 Jan 2003 22:39:47 +0100
+updated by Joerg Albert, Thu, 1 May 2003
+
+
+
+
+
+
+