rpms/b43-openfwwf/F-10 README.openfwwf, NONE, 1.1 b43-openfwwf.spec, NONE, 1.1 import.log, NONE, 1.1 openfwwf.conf, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov peter at fedoraproject.org
Tue Jul 7 04:24:30 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/b43-openfwwf/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26770/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	README.openfwwf b43-openfwwf.spec import.log openfwwf.conf 
Log Message:
initial commit of b43-openfwwf


--- NEW FILE README.openfwwf ---
Open FirmWare for WiFi networks: a UniBS NTW group project

Realized by Francesco Gringoli and Lorenzo Nava

Welcome!

   OpenFWWF, Open FirmWare for WiFi networks, is a project that wants to
   provide an easy and inexpensive platform to implement new Medium Access
   Control (MAC) mechanism, and wants to be a valid alternative to
   simulations and expensive ad-hoc platforms. The combination of OpenFWWF
   and b43 driver is a complete and cheap tool that makes testing of new
   MAC easy achievable.

   This site provides an open source firmware for Broadcom/AirForce
   chipset based devices. Currently this firmware has been tested on 4306
   and 4318 chipset revisions and with kernel 2.6.27-rc5 (module b43 from
   wireless-testing). Firmware has been developed starting from
   specifications in http://bcm-v4.sipsolutions.net: we report here
   some information more we discovered, such as important interactions
   between the MAC processor, the hardware registers and the operating
   mechanisms that rules data frames along the transmission and reception
   paths.
   This project has been successfully completed thanks to the work of
   reverse engineering available at http://bcm-v4.sipsolutions.net and
   to the tools that Michael Buesch makes available to the community.

   What this firmware supports:
     * works in infrastructured mode as both station and AP, the latter
       requires hostapd
     * it is compliant with DCF access scheme in b and g modes, not tested
       in a bands
     * Preliminary testing shows that ad-hoc mode works as it does with
       proprietary firmware

   What this firmware does not support:
     * does not implement RTS/CTS handshake procedure, must be disabled on
       module load
     * does not work with hardware cryptography acceleration, use without
       encryption!
     * does not work with dot11 QoS, must be disabled on module load


If you need help:

   If you need help, send a message to the OpenFWWF team:
   mailto:openfwwf at ing.unibs.it


   (c) 2008 My Website. Design by NodeThirtyThree + Free CSS
   Templates.  Edited by Lorenzo Nava


--- NEW FILE b43-openfwwf.spec ---
Name:		b43-openfwwf
Version:	5.1
Release:	3%{?dist}
Summary:	Open firmware for some Broadcom 43xx series WLAN chip
Group:		System Environment/Kernel
License:	GPLv2
URL:		http://www.ing.unibs.it/openfwwf/
Source0:	http://www.ing.unibs.it/openfwwf/firmware/openfwwf-5.1.tar.gz
Source1:	README.openfwwf
Source2:	openfwwf.conf
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:	noarch
BuildRequires:	b43-tools
Requires:	udev
Requires:	module-init-tools


%description
Open firmware for some Broadcom 43xx series WLAN chips.
Currently supported models are 4306, 4311(rev1), 4318 and 4320.


%prep
%setup -q -n openfwwf-5.1
sed -i s/"-o 0 -g 0"// Makefile
install -p -m 0644 %{SOURCE1} .
install -p -m 0644 %{SOURCE2} .

%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT/lib/firmware/b43
install -p -D -m 0644 openfwwf.conf $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/openfwwf.conf



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING LICENSE README.openfwwf
%dir /lib/firmware/b43
/lib/firmware/b43/b0g0bsinitvals5.fw
/lib/firmware/b43/b0g0initvals5.fw
/lib/firmware/b43/ucode5.fw
%{_sysconfdir}/modprobe.d/openfwwf.conf


%changelog
* Mon Jun 29 2009 Peter Lemenkov <lemenkov at gmail.com> 5.1-3
- Changed README a lot
- Changed description

* Fri Jun  5 2009 Peter Lemenkov <lemenkov at gmail.com> 5.1-2
- Added config-file for modprobe

* Wed Mar 18 2009 Peter Lemenkov <lemenkov at gmail.com> 5.1-1
- Initial package for Fedora



--- NEW FILE import.log ---
b43-openfwwf-5_1-3_fc11:F-10:b43-openfwwf-5.1-3.fc11.src.rpm:1246940615


--- NEW FILE openfwwf.conf ---
options b43 nohwcrypt=1 qos=0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/b43-openfwwf/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Jul 2009 04:15:35 -0000	1.1
+++ .cvsignore	7 Jul 2009 04:24:00 -0000	1.2
@@ -0,0 +1 @@
+openfwwf-5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/b43-openfwwf/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Jul 2009 04:15:35 -0000	1.1
+++ sources	7 Jul 2009 04:24:00 -0000	1.2
@@ -0,0 +1 @@
+3510c133393bb4911c4aa35742cefcfd  openfwwf-5.1.tar.gz




More information about the fedora-extras-commits mailing list