aboutsummaryrefslogtreecommitdiff
path: root/fwutils/gen_fw.c
Commit message (Collapse)AuthorAge
* 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.
* 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 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
|
* 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
|
* 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
|
* Fix for big-endian systemsproski2006-07-21
| | | | | Fix cpu_to_le32() definition. Don't read anything back from the header as it may be byte-swapped.
* Fix format warning in FWRITE (seen on x86_64)proski2006-07-21
|
* 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.
* Fix warningsproski2006-07-20
|
* Take atmel_rfmd2958-smc_fw.h from OpenBSD, use it in gen_fw.cproski2006-07-20
|
* Move gen_fw.c and related files to fwutilsproski2006-07-20
Exclude gen_fw.c from distribution - it doesn't build anyway due to lack of atuwi_rfmd2958-smc_fw.h