tuxsavvy / agere_fw_utils (public) (License: Dual BSD 3-clause and GPLv2) (since 2021-02-07) (hash sha1)
Personal fork of https://repo.or.cz/agere_fw_utils.git
List of commits:
Subject Hash Author Date (UTC)
LICENSE and drivers added. e4e9c2063d931004eed3bbd67bfe03d35e3306b9 王韋翔(David Wang) 2021-02-13 10:04:24
Tarball added 4aed20a2a59a642d1c6f971c231605bed64c2d4b 王韋翔(David Wang) 2021-02-08 08:09:07
License: Dual BSD 3-clause/GPLv2 4ebe15db91a3a65734e0e683df8538c93dfb58eb 王韋翔(David Wang) 2021-02-08 03:51:08
wl_lkm added. afc47723fc79ca3d855e15f346b348c0d7ceb59a 王韋翔(David Wang) 2021-02-07 03:45:42
Fix dump_h* utilities on x86_64 89a696df4ab720d5c0dfe3d511e20b38c1ff49b3 Pavel Roskin 2009-01-23 04:20:27
Avoid accessing data beyond allocated buffer ef0f63e3b0c56cd1f9abe27676792fd18356ffd1 Pavel Roskin 2009-01-23 04:20:20
Improve the makefile 3641a4e7f70fdc30f5ddd637cb28e9e850052f3a Pavel Roskin 2009-01-19 02:47:45
Fix x86_64 compatibility and all warnings 894e331c5a1ea15b79de1fa23dcf95fda59311e4 Pavel Roskin 2009-01-19 02:47:38
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
Commit e4e9c2063d931004eed3bbd67bfe03d35e3306b9 - LICENSE and drivers added.
LICENSE: File added for clarification on the licensing status of this
projct.

windows_drivers: Directory added and are left as-is due to potential
license infringement (notices). These are not covered under BSD 3-clause
or GNU GPL v2.
Author: 王韋翔(David Wang)
Author date (UTC): 2021-02-13 10:04
Committer name: 王韋翔(David Wang)
Committer date (UTC): 2021-02-13 10:07
Parent(s): 4aed20a2a59a642d1c6f971c231605bed64c2d4b
Signing key:
Tree: 415d3ce68876ea47e81382e1a0650514b8d2e5c9
File Lines added Lines deleted
LICENSE 47 53
windows_drivers/sr02_win2k.zip 0 0
windows_drivers/sr02_winxp.zip 0 0
windows_drivers/windows drivers sr02-1.zip 0 0
windows_drivers/windows_drivers_sr02-2.3.zip 0 0
File LICENSE copied from file wl_lkm_714/dhf/dhfpdad.c (similarity 50%) (mode: 100644) (index 2723c1e..5342daf)
1 The following files are covered under GNU GPL v2:
2 dump_fw.c dump_fw.mk hcfcfg.h hfwget.c README.dump_fw
3 These files can be found within each and every respective wl_lkm_7* directory
4
1 5 /* /*
2 * File: DHFPDAD.C
3 * $Date: 2003/05/30 11:40:20 $ $Revision: 1.1.1.1 $
4 *
5 * Abstract: Contains dummy functions to access the PDA on the NIC.
6 *
7 * Description:
8 * The functions in this module are not available to the general user
9 *
10 * Note: this file must be copied to file DHFPDA.C when building applications
11 * that are not allowed to access the PDA. Otherwise, copy file DHFPDAR.C
12 * to DHFPDA.C.
13 *
14 * Author: John Meertens
15 *
16 * Started: 26-04-2000
17 *
18 * Changed:
19 *
20 * SOFTWARE LICENSE
6 * Hermes AP firmware extractor for Windows drivers (c) 2003 by Mark Smith
7 * This may be distributed freely under the GPL v2 so long as this copyright
8 * notice is included.
9 *
10 * Following modifications (c) 2008 David Kilroy
11 * primary plug data
12 * compatibility info
13 * firmware identification
14 * carry on without filename (wldel48b, and old wlluc48)
15 * binary output format for linux kernel driver
16 * big endian translations
17 * refactorring
18 *
19 * These modifications may be distributed freely under the GPL v2 so
20 * long as this copyright notice is included.
21 *
22 * This program is free software; you can redistribute it and/or
23 * modify it under the terms of the GNU General Public License
24 * as published by the Free Software Foundation; either version 2
25 * of the License, or (at your option) any later version.
26 *
27 * This program is distributed in the hope that it will be useful,
28 * but WITHOUT ANY WARRANTY; without even the implied warranty of
29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * GNU General Public License for more details.
31 *
32 * You should have received a copy of the GNU General Public License
33 * along with this program; if not, write to the Free Software
34 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
35 */
36
37 For every other file that exists inside each and every wl_lkm_7* including
38 the tarballs inside the tarballs directory/tree, these are what is mostly
39 believed to be covered under BSD 3-clause. You may wish to refer to
40 README.ubuntu for more information.
41
42 /* SOFTWARE LICENSE
21 43 * *
22 44 * This software is provided subject to the following terms and conditions, * This software is provided subject to the following terms and conditions,
23 45 * which you should read carefully before using the software. Using this * which you should read carefully before using the software. Using this
24 46 * software indicates your acceptance of these terms and conditions. If you do * software indicates your acceptance of these terms and conditions. If you do
25 47 * not agree with these terms and conditions, do not use the software. * not agree with these terms and conditions, do not use the software.
26 48 * *
27 * Copyright � 2003 Agere Systems Inc.
49 * Copyright (c) 2003 Agere Systems Inc.
28 50 * All rights reserved. * All rights reserved.
29 51 * *
30 52 * Redistribution and use in source or binary forms, with or without * Redistribution and use in source or binary forms, with or without
 
42 64 * . Neither the name of Agere Systems Inc. nor the names of the contributors * . Neither the name of Agere Systems Inc. nor the names of the contributors
43 65 * may be used to endorse or promote products derived from this software * may be used to endorse or promote products derived from this software
44 66 * without specific prior written permission. * without specific prior written permission.
45 *
67 *
46 68 * Disclaimer * Disclaimer
47 69 * *
48 * THIS SOFTWARE IS PROVIDED �AS IS� AND ANY EXPRESS OR IMPLIED WARRANTIES,
70 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
49 71 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
50 72 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
51 73 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
 
60 82 * *
61 83 */ */
62 84
63
64 /*-----------------------------------------------------------------------------
65 *
66 * Includes
67 *
68 *---------------------------------------------------------------------------*/
69 #include "dhf.h"
70
71
72 /*---------------------------------------------------------------------------*/
73
74 LTVP dhf_get_pda_record( hcf_16 code ) {
75 return (LTVP)NULL;
76 } // dhf_get_pda_record
77
78
79 int dhf_load_pda( void ) {
80 return DHF_SUCCESS;
81 } // dhf_load_pda
82
83
84 int dhf_program_pda( void ) {
85 return DHF_SUCCESS;
86 } // dhf_program_pda
87
88
89 int dhf_put_pda_record( hcf_16 code, LTVP rec ) {
90 return DHF_SUCCESS;
91 } // dhf_put_pda_record
92
93
85 For the zip files within windows_drivers directory/tree, refer to the license
86 file contained in each of those respective files. They are not covered under
87 GNU GPL v2 nor under BSD 3-clause.
File windows_drivers/sr02_win2k.zip added (mode: 100644) (index 0000000..75b63e3)
File windows_drivers/sr02_winxp.zip added (mode: 100644) (index 0000000..abcf18f)
File windows_drivers/windows drivers sr02-1.zip added (mode: 100644) (index 0000000..4d04a38)
File windows_drivers/windows_drivers_sr02-2.3.zip added (mode: 100644) (index 0000000..03f045d)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/tuxsavvy/agere_fw_utils

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/tuxsavvy/agere_fw_utils

Clone this repository using git:
git clone git://git.rocketgit.com/user/tuxsavvy/agere_fw_utils

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main