Author: oget
Update of /cvs/free/rpms/rt2870/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20503
Modified Files:
.cvsignore ReleaseNote-RT2870.txt rt2870.spec sources
Log Message:
* Sat Apr 24 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.1.0-1
- version update (2.1.1.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 26 Mar 2009 05:08:57 -0000 1.3
+++ .cvsignore 26 Apr 2009 06:10:43 -0000 1.4
@@ -1 +1 @@
-2009_0302_RT2870_Linux_STA_v2.1.0.0.tar.bz2
+2009_0424_RT2870_Linux_STA_V2.1.1.0.tgz
Index: ReleaseNote-RT2870.txt
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-10/ReleaseNote-RT2870.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote-RT2870.txt 26 Mar 2009 05:08:57 -0000 1.1
+++ ReleaseNote-RT2870.txt 26 Apr 2009 06:10:43 -0000 1.2
@@ -1,3 +1,8 @@
+[V2.1.1.0]
+1. Fixed that Enqueue command to command thread would fail when HAS_KTHREAD_SUPPORT=n in
config.mk.
+2. Fixed driver would send zero IWEVASSOCREQIE to Native WpaSupplicant.
+3. Fixed driver would send non-zero BSSID to Navtive WpaSupplicant when STA disconnecting
to AP.
+
[V2.1.0.0]
1. New generation schema for multiple OS porting.
2. Fixed Ad-hoc ping failed in noisy environment. (Probe Response has too many retry
Index: rt2870.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-10/rt2870.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rt2870.spec 26 Mar 2009 05:08:57 -0000 1.5
+++ rt2870.spec 26 Apr 2009 06:10:43 -0000 1.6
@@ -1,13 +1,13 @@
-%define SourceName 2009_0302_RT2870_Linux_STA_v2.1.0.0
+%define SourceName 2009_0424_RT2870_Linux_STA_V2.1.1.0
Name: rt2870
-Version: 2.1.0.0
+Version: 2.1.1.0
Release: 1%{?dist}
Summary: Common files for RaLink rt2870 kernel driver
Group: System Environment/Kernel
License: GPLv2+
URL:
http://www.ralinktech.com/ralink/Home/Support/Linux.html
-Source0:
http://www.ralinktech.com.tw/data/drivers/%{SourceName}.tar.bz2
+Source0:
http://www.ralinktech.com.tw/data/drivers/%{SourceName}.tgz
Source1:
http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2870.txt
Source2: suspend.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,7 +45,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2870STA/
-install -pm 0644 RT2870STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2870STA/
+install -pm 0644 RT2870STA*.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2870STA/
cp -a %{SOURCE2} .
%clean
@@ -56,10 +56,13 @@
%doc ReleaseNotes README_STA *.txt suspend.sh
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2870STA
-%config(noreplace) %{_sysconfdir}/Wireless/RT2870STA/RT2870STA.dat
+%config(noreplace) %{_sysconfdir}/Wireless/RT2870STA/RT2870STA*.dat
%changelog
+* Sat Apr 24 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.1.0-1
+- version update (2.1.1.0)
+
* Thu Mar 26 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
- Rebuild for 2.1.0.0
- Move suspend.sh to %%doc
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 26 Mar 2009 05:08:57 -0000 1.3
+++ sources 26 Apr 2009 06:10:43 -0000 1.4
@@ -1 +1 @@
-8427fdcaf3abc5f0bc4d8d34310ac62b 2009_0302_RT2870_Linux_STA_v2.1.0.0.tar.bz2
+4598b40c95b7fd561bcf795ef63131ce 2009_0424_RT2870_Linux_STA_V2.1.1.0.tgz