OBS User unknown
2007-09-10 22:48:29 +00:00
committed by Git OBS Bridge
parent 60443eed51
commit bf8b929d75
3 changed files with 14 additions and 2 deletions

2
iwlwifi.modprobe Normal file
View File

@@ -0,0 +1,2 @@
options iwl3945 disable_hw_scan=1
options iwl4965 disable_hw_scan=1

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 10 16:35:39 CEST 2007 - jg@suse.de
- disable hardware scan for iwlwifi devices (bug 304652)
-------------------------------------------------------------------
Thu Aug 9 10:35:54 CEST 2007 - hschaa@suse.de

View File

@@ -14,10 +14,10 @@ Name: wireless-tools
BuildRequires: openssl-devel
Summary: Tools for a wireless LAN
Version: 29pre22
Release: 3
Release: 11
%define wlanng_version 0.2.5
Group: Hardware/Wifi
License: BSD 3-Clause, GPL v2 or later
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
Autoreqprov: on
@@ -25,6 +25,7 @@ Source: wireless_tools.29.pre22.tar.bz2
Patch: wireless_tools.dif
Source2: suse-files.tar.gz
Source4: ipw2200.modprobe
Source5: iwlwifi.modprobe
Source6: lwepgen.tar.bz2
%description
@@ -67,6 +68,8 @@ install -m644 %{SOURCE4} %{buildroot}/etc/modprobe.d/ipw2200
echo "# disable ipw2100 on x86_64 (module broken)"
echo "install ipw2100 /bin/true" >> %{buildroot}/etc/modprobe.d/ipw2100
%endif
%ifarch %ix86 x86_64
install -m644 %{SOURCE5} %{buildroot}/etc/modprobe.d/iwlwifi
%clean
test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
@@ -82,6 +85,8 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
%doc CHANGELOG.h INSTALL PCMCIA.txt README*
%changelog
* Mon Sep 10 2007 - jg@suse.de
- disable hardware scan for iwlwifi devices (bug 304652)
* Thu Aug 09 2007 - hschaa@suse.de
- correct firmware names for acx100 based cards in README.firmware
and install_acx100_firmware (fixes b.n.c #212307)