This commit is contained in:
committed by
Git OBS Bridge
parent
74ac2a0661
commit
763992a837
@@ -1,25 +0,0 @@
|
||||
2007-07-30 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* iwlist.8 (scan): Refine the description of the essid option.
|
||||
Fix grammar.
|
||||
|
||||
--- iwlist.8.orig 2007-07-30 12:20:43.158007840 +0200
|
||||
+++ iwlist.8 2007-07-30 12:29:54.133406138 +0200
|
||||
@@ -69,12 +69,14 @@
|
||||
default, the way scanning is done (the scope of the scan) is dependant
|
||||
on the card and card settings.
|
||||
.br
|
||||
-This command take optional arguments, however most drivers will ignore
|
||||
+This command takes optional arguments, however most drivers will ignore
|
||||
those. The option
|
||||
.B essid
|
||||
-is used to specify a scan on a specific ESSID. The option
|
||||
+is used to specify a scan on a specific ESSID so you will also see
|
||||
+hidden networks with that name in addition to the regular scan results.
|
||||
+The option
|
||||
.B last
|
||||
-do not trigger a scan and read left-over scan results.
|
||||
+does not trigger a scan and reads left-over scan results.
|
||||
.TP
|
||||
.BR freq [uency]/ channel
|
||||
Give the list of available frequencies in the device and the number of
|
1
ipw2100.modprobe
Normal file
1
ipw2100.modprobe
Normal file
@@ -0,0 +1 @@
|
||||
options ipw2100 associate=0
|
@@ -1 +1 @@
|
||||
options ipw2200 hwcrypto=0 led=1
|
||||
options ipw2200 hwcrypto=0 led=1 associate=0
|
||||
|
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 6 17:56:28 CET 2008 - hschaa@suse.de
|
||||
|
||||
- ipw2200 and ipw2100 should not automatically associate with any
|
||||
access point (default to associate=0). Fixes interferences with
|
||||
wpa_supplicant.
|
||||
- Update to 30pre7, changes:
|
||||
o Display non-ASCII char in ESSID using escape sequence [iwlib]
|
||||
o Allow input of non-ASCII char in ESSID using escape sequence [iwlib]
|
||||
o Fix probing to not probe wildcards (left over '%d'->'*') [ifrename]
|
||||
o Output number of mapping matched (display + exit status) [ifrename]
|
||||
o Don't load mapping file if using options '-n' + '-i' [ifrename]
|
||||
o When using takeover, redo probing in case eth0 was in use [ifrename]
|
||||
o Update Hotplug documentation, add uDev bits [HOTPLUG-UDEV.txt]
|
||||
o Add ESSID bug patches and documentation [ESSID-BUG.txt]
|
||||
o Make wireless.21.h LGPL as promised a long time ago [wireless.21.h]
|
||||
o Fix unaligned access on SPARC in the 64->32 bit workaround [iwlib.c]
|
||||
o Mise <20> jour de la traduction en francais des pages manuel [fr/*]
|
||||
o Use wireless.22.h, make it GPL [iwlib.h/wireless.22.h]
|
||||
o Show Scanning Capabilities in "iwlist event" [iwlist]
|
||||
o Fix parsing of retry/power when modifier is used [iwconfig]
|
||||
o Remove trailing '/' in INSTALL_* that fooled checkinstall [Makefile]
|
||||
o Scan capabilities in struct iw_range [wireless.h]
|
||||
o Install localised man page [Makefile]
|
||||
o Fix #define that broke 32->64 bit workaround [wireless.22.h]
|
||||
o Fix gramar in man page, add about hidden networks [iwlist.8]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 11:54:09 CET 2008 - hschaa@suse.de
|
||||
|
||||
|
@@ -1,19 +1,27 @@
|
||||
#
|
||||
# spec file for package wireless-tools (Version 29)
|
||||
# spec file for package wireless-tools (Version 30.pre7)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: wireless-tools
|
||||
BuildRequires: openssl-devel
|
||||
Summary: Tools for a wireless LAN
|
||||
Version: 29
|
||||
Version: 30.pre7
|
||||
Release: 1
|
||||
%define wlanng_version 0.2.5
|
||||
Group: Hardware/Wifi
|
||||
@@ -23,11 +31,11 @@ Url: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
||||
AutoReqProv: on
|
||||
Source: wireless_tools.%{version}.tar.bz2
|
||||
Patch: wireless_tools.dif
|
||||
Patch2: bug-292887_iwlist.8-patch
|
||||
Source2: suse-files.tar.gz
|
||||
Source4: ipw2200.modprobe
|
||||
Source5: prism54.modprobe
|
||||
Source6: lwepgen.tar.bz2
|
||||
Source7: ipw2100.modprobe
|
||||
|
||||
%description
|
||||
This package contain the wireless tools, used to manipulate the
|
||||
@@ -42,9 +50,8 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup6 -q -T -b 6 -n lwepgen
|
||||
%setup -q -n wireless_tools.29
|
||||
%setup -q -n wireless_tools.30
|
||||
%patch
|
||||
%patch2
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
@@ -66,10 +73,7 @@ install -m755 install_acx100_firmware %{buildroot}/usr/sbin
|
||||
install -m755 ../lwepgen/lwepgen %{buildroot}/usr/sbin
|
||||
mkdir -p %{buildroot}/etc/modprobe.d
|
||||
install -m644 %{SOURCE4} %{buildroot}/etc/modprobe.d/ipw2200
|
||||
%ifarch x86_64
|
||||
echo "# disable ipw2100 on x86_64 (module broken)"
|
||||
echo "install ipw2100 /bin/true" >> %{buildroot}/etc/modprobe.d/ipw2100
|
||||
%endif
|
||||
install -m644 %{SOURCE7} %{buildroot}/etc/modprobe.d/ipw2100
|
||||
%ifarch %ix86 x86_64
|
||||
install -m644 %{SOURCE5} %{buildroot}/etc/modprobe.d/prism54
|
||||
%endif
|
||||
@@ -89,9 +93,38 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
/etc/modprobe.d/*
|
||||
%doc %attr(644,root,root) %{_mandir}/man*/*
|
||||
%dir %{_mandir}/cs
|
||||
%dir %{_mandir}/fr.ISO8859-1
|
||||
%dir %{_mandir}/fr.UTF-8
|
||||
%dir %{_mandir}/*/man*
|
||||
%doc %attr(644,root,root) %{_mandir}/*/man*/*
|
||||
%doc CHANGELOG.h INSTALL PCMCIA.txt README*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 06 2008 hschaa@suse.de
|
||||
- ipw2200 and ipw2100 should not automatically associate with any
|
||||
access point (default to associate=0). Fixes interferences with
|
||||
wpa_supplicant.
|
||||
- Update to 30pre7, changes:
|
||||
o Display non-ASCII char in ESSID using escape sequence [iwlib]
|
||||
o Allow input of non-ASCII char in ESSID using escape sequence [iwlib]
|
||||
o Fix probing to not probe wildcards (left over '%%d'->'*') [ifrename]
|
||||
o Output number of mapping matched (display + exit status) [ifrename]
|
||||
o Don't load mapping file if using options '-n' + '-i' [ifrename]
|
||||
o When using takeover, redo probing in case eth0 was in use [ifrename]
|
||||
o Update Hotplug documentation, add uDev bits [HOTPLUG-UDEV.txt]
|
||||
o Add ESSID bug patches and documentation [ESSID-BUG.txt]
|
||||
o Make wireless.21.h LGPL as promised a long time ago [wireless.21.h]
|
||||
o Fix unaligned access on SPARC in the 64->32 bit workaround [iwlib.c]
|
||||
o Mise <EFBFBD> jour de la traduction en francais des pages manuel [fr/*]
|
||||
o Use wireless.22.h, make it GPL [iwlib.h/wireless.22.h]
|
||||
o Show Scanning Capabilities in "iwlist event" [iwlist]
|
||||
o Fix parsing of retry/power when modifier is used [iwconfig]
|
||||
o Remove trailing '/' in INSTALL_* that fooled checkinstall [Makefile]
|
||||
o Scan capabilities in struct iw_range [wireless.h]
|
||||
o Install localised man page [Makefile]
|
||||
o Fix #define that broke 32->64 bit workaround [wireless.22.h]
|
||||
o Fix gramar in man page, add about hidden networks [iwlist.8]
|
||||
* Fri Feb 01 2008 hschaa@suse.de
|
||||
- update to 29, changes:
|
||||
o Don't look for "fixed" out of array in set_txpower_info() [iwconfig]
|
||||
@@ -825,7 +858,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- dropped obsolete patches for ipw2200
|
||||
- building seperate ieee80211-modules for ipw2100 and ipw2200
|
||||
as they are not compatible currently
|
||||
* Wed Sep 29 2004 jg@suse.de
|
||||
* Tue Sep 28 2004 jg@suse.de
|
||||
- ipw2100: update to 0.55, changes:
|
||||
* Fixed rmmod oops in ieee80211
|
||||
* Merged in WPA code
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ab9b50f8e4d64c1b21d50fa38ab30f7df696606251268d5f57e9532ae3fbdfb
|
||||
size 194197
|
3
wireless_tools.30.pre7.tar.bz2
Normal file
3
wireless_tools.30.pre7.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30937079b2a647ce034c4cc091efc94f6aefe1bd6eed549b2847d51bf070abf4
|
||||
size 220765
|
Reference in New Issue
Block a user