Updated some documentation for the 0.1.5 release.
parent
cf5c115b9f
commit
a086d6336b
6
README
6
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
|
||||
|
|
5
TODO
5
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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue