aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
...
* version 0.12beta5:jal22004-01-10
| | | | | | | - fixed bug in at76c503.c:at76c503_delete_device(), which called unregister_netdev() even if netdev wasn't registered before - usb-uhci of 2.4.23/24 calls the disconnect() after we resetted the device try to work around this
* - version 0.12beta4version_0_12beta4jal22004-01-04
| | | | | | - Makefile: removed scripts/CVS/* from tar.gz file - at76c503.c: changed scan of USB configuration to fix bug with 505+RFMD2958 devices using a different EP number
* version 0.12beta3: fixed bug in at76c503.c:update_usb_intf_descr()version_0_12beta3jal22004-01-03
| | | | for big endian machines (length field in expected_cfg_descr)
* - version 0.12beta2jal22003-12-27
| | | | | | | | | | - cleaned BOARDTYPE, we now have six: 503 with Intersil 3861 503 with Intersil 3863 503 with RFMD 503 with RFMD, Accton design 505 with RFMD 505 with RFMD 2958
* added fw-pkg-rfmd-0.90.2-140.hjal22003-12-25
|
* - version 0.12beta1version_0_12beta1jal22003-12-25
| | | | | | | - copied from kernel_2_6 branch (tag version_0_12beta_2_6) - added kernel 2.6 support - major changes in start behaviour (usbdfu doesn't register itself by USB subsys, but exports some procedures only; ...)
* version 0.11version_0_11jal22003-12-24
|
* 0.11beta6: module_usbdfu.reset_delay initialization _before_ usagejal22003-11-08
|
* added module at76c505-rfmd2958 for 505 with RFMD2958 radiosjal22003-10-29
|
* version 0.11beta5, initialize module_usbdfu.reset_delay in mod_init, because ↵jal22003-10-29
| | | | HZ became a variable
* - 0.11beta4jal22003-07-26
| | | | | - added init. of bss_list_timer (patch provided by Pavel Roskin) - added id_table for usbdfu for DFU class (patch provided by Pavel Roskin)
* no-unused-variable -> no-unused for gcc < 3.0jal22003-07-20
|
* firmware 0.84 does not send trailing FCS in rx datajal22003-07-11
|
* 0.11beta2, new module for RFMD-ACC firmware variantjal22003-07-07
|
* added CFLAGS to suppress gcc 3.3 warnings in linux header files (no-common, ↵jal22003-06-16
| | | | no-sign-compare)
* - 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
|
* - 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).
* Oliver's version 0.9version_0_9jal22003-03-21
|
* Initial revisionjal22003-03-21