From a086d6336baa3fe955f516d0e16b53ab05fdf35c Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 23 Feb 2000 20:19:42 +0000 Subject: [PATCH] Updated some documentation for the 0.1.5 release. --- README | 6 +++--- TODO | 5 ++--- doc/mysteries.txt | 44 -------------------------------------------- 3 files changed, 5 insertions(+), 50 deletions(-) delete mode 100644 doc/mysteries.txt diff --git a/README b/README index 0227440..8aa13b1 100644 --- a/README +++ b/README @@ -83,9 +83,9 @@ Build Instructions: /etc/rc.d/init.d/pcmcia restart -10) Insert the card. A solid LED indicates that the SSID you specified - was found, a bss was joined, and the firmware completed the authenticate - and associate processes. +10) Insert the card. For most cards, a solid LED indicates that the + SSID you specified was found, a bss was joined, and the firmware + completed the authenticate and associate processes. 11) Run ifconfig and route to determine if your IP and route settings are listed as you wanted them. It's also a good idea to look at the file diff --git a/TODO b/TODO index bcf6916..6094d94 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ Copyright (C) 1999 AbsoluteValue Software, Inc. Linux WLAN NG TODO -Mon Feb 7 14:38:48 EST 2000 +Wed Feb 23 15:06:05 EST 2000 - Finish the prism2 request responses for STA and AP Station: @@ -38,8 +38,6 @@ Mon Feb 7 14:38:48 EST 2000 reassociate - Add event handling scripts for the events above - Add AP support for power managing stations -- Fix packet loss while sniffing at 11Mb/s -- Add host WEP for Station - Handle host system suspend/resume - Improve PCMCIA event scripts - man pages @@ -50,3 +48,4 @@ Mon Feb 7 14:38:48 EST 2000 - Review 'make config' for additional options and validation - Move am930 code over to this package - Add f/w type and version identification for download. +- Study bridge configuration more closely diff --git a/doc/mysteries.txt b/doc/mysteries.txt deleted file mode 100644 index a76371e..0000000 --- a/doc/mysteries.txt +++ /dev/null @@ -1,44 +0,0 @@ -doc/mysteries.txt - -This file contains a log of unanswered questions raised during development -and testing. I just log them here for future reference since these questions -are usually generated while I'm working on something else and can't afford -to stop. - -========================================================================= -Sun Feb 6 17:25:35 EST 2000 -Conditions: - Any use of the prism2 card. -Observation: - F/W is returning the same FID for both the infofid and the txfid - allocation. -Guesses: -Answer: - -========================================================================= -Tue Jan 11 01:25:46 EST 2000 -Conditions: - Aironet AP, "Configuration/Radio/I80211/Extend=on". - Extend means "proprietary extensions" -Observation: - Probe response frames were received with a properly formatted information - element using a reserved Element ID (namely 0x85). The data length - of the element was 28 bytes. Turning "Extend" off removed that item - from the probe responses. What is this item, what does it do? The - presence of this item is confusing the prism1 driver a little (non-fatal - error) and confusing wlandump alot. Requires a fix. -========================================================================= -Tue Jan 11 00:03:37 EST 2000 -Conditions: - prism2 sta w/ txrates set to all (0x0f), all other settings at default. - Aironet AP set w/ 1_11 supported rates and 1_11 basic rates. -Observation: - Extremely poor tx/rx (particularly rx) and _lots_ of disassociations - initiated by the AP. Changed AP basic rates to 1_2 and the problem goes - away. -Guesses: - prism2 mac can't handle 5.5&11 as basic rates? - aironet was using short preamble? -Answer: - -