summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rename package to at76_usb-firmwarefirmware_0_1proski2006-08-02
|
* Distribute kernel patch and specfileproski2006-08-02
|
* Fix for Fedora Developmentproski2006-08-02
|
* Use INSTALL_MOD_PATH for consistency with the kernel build systemproski2006-08-02
|
* Use at76_usb for tarball and ethtool, drop "v" from versionproski2006-08-02
|
* Fix "make dist" broken by previous commitproski2006-08-02
|
* Remove old kernel patching facility, add a new kernel patchproski2006-08-02
|
* Rename degug to at76_debug internally to allow compiling into the kernelproski2006-08-02
|
* Trim includes a bitproski2006-08-02
|
* Remove unneeded functions and declarationsproski2006-08-02
|
* Remove definitions for which Linux equivalents existproski2006-08-02
|
* Remove obsolete commentproski2006-08-02
|
* Move history from at76c503.c to CHANGELOGproski2006-08-02
|
* Update for the new module name and firmware supportproski2006-08-02
|
* Sync with realityproski2006-08-02
|
* Improvements in preparation to the release.proski2006-08-02
|
* Include only "good" firmware.proski2006-08-02
|
* Join modules into one, call it at76_usbproski2006-08-02
| | | | | | | | | Install it in kernel/drivers/net/wireless - no need to have a subdirectory for just one module. "make install" removes the old modules first. Simplify "make uninstall". Remove module stuff from at76_usbdfu.c. Reuse common debug facility, use DBG_DFU for DFU related debug.
* Fix sparse warnings - double unlock and global variableproski2006-08-01
|
* Remove, it's not needed nowproski2006-07-30
|
* Retire "make headers" since firmware embedding is disabled nowproski2006-07-30
|
* Process firmware version in uniform wayproski2006-07-30
| | | | | | | | | | The version is specified only once, in a human-readable form. It's always included into the filenames generated by gen_fw. Makefile knows which firmwares are good and makes links in a separate directory. The new 1.103 firmware is not yet "good" - it doesn't pass any traffic.
* Don't pass EXTRA_CFLAGS explicitly, we don't use it anymoreproski2006-07-30
|
* Update to reflect module integrationproski2006-07-30
|
* Integrate at76fw.c into at76c503.cproski2006-07-30
|
* Join all firmware drivers into oneproski2006-07-30
| | | | | | | The new driver is called at76fw.c (the name is provisional, as it's likely to be joined with at76c503.c soon). Firmware linking into the drivers is now disabled. "make dist" should build only one tarball, the one without the headers. Nothing needs to be appended to the version.
* Add ID for AT76C505AMX firmwareproski2006-07-30
|
* no reaseon to print filename and linnumber twice, err() does this alreadyagx2006-07-26
|
* - properly use the constants from WE 20agx2006-07-26
| | | | | | | | | - link level actually goes up to 100% when near an AP - introduce a link quality that is calculated from the number of received mgmt beacons as well as the rssi when the firmware doesn't report it. - normailze all values from 0..100 - tell WE when we can't set all values view QUAL_*_INVALID
* Start using distributable firmware headersproski2006-07-26
| | | | | | | The old firmware headers didn't allow redistribution. This change also updates headers to the version 1.103.2-175 copied from atmelwlandriver. Don't use version numbers in the header files.
* Add new target "headers" to make headers for embedding the firmwareproski2006-07-26
|
* Those scripts don't work on new firmware, remove themproski2006-07-26
| | | | The version code is not where it used to be.
* Use COPYRIGHT file, not the obsolete restrictive licenseproski2006-07-26
| | | | | Drop "comment" argument, it's hardly useful. Maybe it could be extracted from the firmware itself.
* This script is useless now, remove itproski2006-07-26
|
* Add newly obsolete firmwaresproski2006-07-26
|
* Add new firmwares from atmelwlandriverproski2006-07-26
| | | | | | All firmwares have version 1.103.2-175. We don't have a driver for at76c505amx currently, but it should be easy to add. Add version numbers to the old firmwares.
* Update copyright year to 2004proski2006-07-26
|
* Restore single license for all firmwaresproski2006-07-26
|
* Drop fw-rfmd-0.100.4-16.h, it's non-freeproski2006-07-26
|
* Switch Intersil firmware to the OpenBSD headersproski2006-07-26
| | | | | | GPL is useless on binary dumps. We would not be able to comply with GPL anyway. It's better to have everything under the same license, so that it's easier to distribute together.
* Replace 3 more headers with free versionsproski2006-07-26
|
* Reorder statements for readability, make global variables staticproski2006-07-26
|
* Use distributable source for atmel_at76c503-rfmd-acc.binproski2006-07-26
|
* Don't rename variables unnecessarilyproski2006-07-26
|
* Replace fw-rfmd-0.90.2-140.h with a distributable OpenBSD equivalentproski2006-07-26
|
* Copy actual copyrights from the headersproski2006-07-26
|
* Add README and COPYRIGHT, change the distribution layoutproski2006-07-26
| | | | | | If it's too hard to explain the naming rules to the end users, it's better to simplify the rules. Use subdirectories with the version numbers.
* Add "dist" targetproski2006-07-26
|
* Actually use fw-rfmd-0.100.4-16.hproski2006-07-25
| | | | | Although it's an obsolete firmware, there is no reason not to support its conversion to a binary.
* Avoid "typedef struct", Linus doesn't like itproski2006-07-21
|