Summary: Microcode for the Intel® PRO/Wireless 3945 Driver Name: ipw3945-ucode Version: 1.14.2 Release: 3.1%{?dist} License: distributable Group: System Environment/Kernel URL: http://bughost.org/ipw3945/ #Source0: http://bughost.org/ipw3945/ucode/ipw3945-ucode-%{version}.tgz Source0: http://bughost.org/ipw3945/ucode/ipw3945-ucode-1.13.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Provides: %{name} = 1.13 %description The file ipw3945.ucode provided in this package is required to be present on your system in order for the Intel PRO/Wireless 3945ABG Network Connection Adapater driver for Linux (ipw3945) to be able to operate on your system. On adapter initialization, and at varying times during the uptime of the adapter, the microcode is loaded into the RAM on the network adapter. The microcode provides the low level MAC features including radio control and high precision timing events (backoff, transmit, etc.) while also providing varying levels of packet filtering which can be used to keep the host from having to handle packets that are not of interest given the current operating mode of the device. %prep %setup -q -n %{name}-1.13 %install rm -rf %{buildroot} mkdir -p %{buildroot}/lib/firmware install -p *.ucode %{buildroot}/lib/firmware/ install -p LICENSE* %{buildroot}/lib/firmware/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE* README* /lib/firmware/* %changelog * Mon Jan 8 2007 Axel Thimm - 1.14.2-3 - Update to 1.14.2. * Fri Mar 24 2006 Axel Thimm - Initial build.