Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Add license to dump_fw | d468abd859c69bb422647db4c8150b08769bea34 | David Kilroy | 2008-10-27 22:17:08 |
Read AP fw ident better from hfwget | d64e1b5b51dc1210ed25530ae2f85eadd3f18f95 | David Kilroy | 2008-10-27 20:55:03 |
Allow dump_fw to build against wl_lkm_722 for h2 and h25 fw. | bc458b38b8a200f47f3119e406920334334512a8 | David Kilroy | 2008-10-26 21:35:13 |
Write compatibility info from dump_fw. Update README | 8295b468312cd3475c06645e92ef4884c2a3dbcc | David Kilroy | 2008-10-26 14:46:55 |
Further refactorring. Also pass through splint and indent. | 29e550703e7ef9b083b22d11c3bb470ff54b6ab0 | David Kilroy | 2008-10-26 14:44:25 |
Convert primary plugdata properly | 933f77d11ca6645df705c4b71c471aa670fccaf3 | David Kilroy | 2008-10-26 14:39:28 |
Convert AirPort firmware version | 1f31f74c58179b099005ae939eff9bb467317b5b | David Kilroy | 2008-10-26 14:37:57 |
Mach-O parsing from Dan Williams | 525f9168679392920da51d2487cc5fdba3c68e2c | David Kilroy | 2008-10-26 14:34:59 |
Check if we are in wl_lkm tree and build appropriately | 4af298b374a1dea172b57acbd080773912d22087 | David Kilroy | 2008-10-26 14:30:33 |
Use C99 types | 11362c209f9ec7369931b9a25a407c21476c48e4 | David Kilroy | 2008-10-26 14:30:03 |
hfwget refactorring posted as hfwget2 April 2008 | 9b77acdf3330592acda5261d282c579cc1497637 | David Kilroy | 2008-10-26 14:27:32 |
dump_fw and hfwget posted Sep 2007 | 77d205076542510222c6e8359bb2647b0d4e0873 | David Kilroy | 2008-10-26 14:22:02 |
Add hfwget.c from hermesap-0.2 | 9239c21487b524cf0f87b4ffa4828793713fbecd | David Kilroy | 2008-10-26 14:20:38 |
dump_fw posted June 2007 | 617a0ae960430d0d93a533ac5dffc7b9c07a777a | David Kilroy | 2008-10-26 14:19:45 |
File | Lines added | Lines deleted |
---|---|---|
dump_fw.c | 15 | 1 |
File dump_fw.c changed (mode: 100644) (index 67e389b..cc75662) | |||
2 | 2 | * Program to link against Agere FW images, and dump contents to | * Program to link against Agere FW images, and dump contents to |
3 | 3 | * binary files for loading directly by linux drivers. | * binary files for loading directly by linux drivers. |
4 | 4 | * | * |
5 | * | ||
5 | * Copyright (C) 2008 David Kilroy | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License along | ||
18 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
19 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
6 | 20 | */ | */ |
7 | 21 | ||
8 | 22 | /* Output format (LE numbers) | /* Output format (LE numbers) |