aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Major rewriteproski2006-08-03
| | | | In particular, list the firmware as a requirement of the driver.
* Update for the new module name and firmware supportproski2006-08-02
|
* Update to reflect module integrationproski2006-07-30
|
* Remove all Id identifiersproski2006-07-20
| | | | | | They cause unnecessary diffs, they depend on CVS to function and they create an illusion of version management. As a result, they are phased out in the kernel.
* Document KERNEL_PATH and expand installation instructionsproski2006-07-15
|
* Fix spelling, update, make asciidoc compatibleproski2006-07-14
|
* - version 0.12beta9jal22004-03-18
| | | | | | - Nick's new iw_handler implementation, supports "iwlist ..." and more - authentication method is now choosen by encr XXX restr, not by iwpriv anymore - removed "iwpriv wlan0 list_bss" command
* added calls to ifconfig in example of setting the device upjal22003-11-27
|
* spelling correctedjal22003-07-20
|
* - added values in dbg param output at startupjal22003-06-16
| | | | | | - added big-endian patch (by Kevin Cernekee), removed #ifdef ... #else for endianess in ieee802_11.h. Translate all u16 values into cpu endianess instead.
* - version 0.10jal22003-06-01
| | | | | | - added more DBG_* bits, cleaned dbg output - added iwpriv commands for scan_{min,max}_time, scan_mode - added module parameter for iwpriv commands
* - 0.10beta3jal22003-05-29
| | | | | | | | | | - fine tuned debug control: * added DBG_* macros to control debug messages * new macro dbg_uc for "unconditional" debug output - fixed bug in changing the MAC address with firmware 1.101.x (and probably 0.100.y as well): it must be done _after_ CMD_STARTUP was sent. - set_mib: added wait_completion inside this proc
* added support for 802.11 data fragmentationjal22003-05-19
|
* added power save mode (802.11 and Atmel's smart power save)jal22003-05-14
|
* - version 0.10beta1 (it's a major change)jal22003-05-01
| | | | | | | | - 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).
* iwconfig now restarts the device with new params immediately -> no need for ↵jal22003-03-22
| | | | ifconfig calls anymore
* Joerg: added shared secret authentication, added iwpriv calls for preamble ↵jal22003-03-21
| | | | and auth type
* Oliver's version 0.9version_0_9jal22003-03-21
|
* Initial revisionjal22003-03-21