Author: oget
Update of /cvs/free/rpms/rt2860/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24028
Modified Files:
.cvsignore ReleaseNote-RT2860.txt rt2860.spec sources
Log Message:
* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
- version update (2.1.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Oct 2008 18:29:25 -0000 1.3
+++ .cvsignore 21 Apr 2009 03:32:04 -0000 1.4
@@ -1 +1 @@
-2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
Index: ReleaseNote-RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/ReleaseNote-RT2860.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote-RT2860.txt 19 Oct 2008 18:29:25 -0000 1.1
+++ ReleaseNote-RT2860.txt 21 Apr 2009 03:32:04 -0000 1.2
@@ -1,14 +1,21 @@
+[2.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
packet then cause "not enough space in MgmtRing")
+ 3. Fixed WPA(2)PSK issue when group cipher of AP is WEP40 or WEP104.
+ 4. Modified iwpriv ra0 get_site_survey:
+ In scan list result: Security shows "NONE" when AP is OPEN/NONE, shows
"WEP" when AP is OPEN/WEP or SHARED/WEP, shows
"WPAPSK(WPA2PSK)/TKIP(AES)" when AP is WPAPSK(WPA2PSK)/TKIP(AES) shows
"WPA(WPA2)/TKIP(AES)" when AP is WPA(WPA2)/TKIP(AES)
+ 5. Support kthread.
+ 6. Add New A band channel list region 15 contains the whole channels in the A band
region 4 and the new CE channel 167,169,171,173
+ 7. Add New IEEE802.11r functionality.
+ 8. Fixed WPA2-Enterprise failed when AP reboot or turn off then turn on.
+ 9. Fixed STA cannot connect to 11B only AP when the setting of is PHY_11GN.
[1.8.0.0]
1. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
2. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
- 3. Add new WSC hardware push button function
- 4. Add Ad-Hoc to support N rate.
- 5. Migrate Mesh supporting to Draft-2.0.
- 6. Support WAPI functionality
- 7. Fixed suspend/resume error when ra0 down, ra0 up.
- 8. Support Linux Kernel 2.6.27
- 9. Fixed WPS failed when AP is not in scan table or AP's channel changing after user
sets "iwpriv ra0 wsc_start"
- 10. Fixed DLS A-MPDU established failed.
+ 3. Add Ad-Hoc to support N rate.
+ 4. Fixed suspend/resume error when ra0 down, ra0 up.
+ 5. Support Linux Kernel 2.6.27
+ 6. Fixed DLS A-MPDU established failed.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/rt2860.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860.spec 11 Mar 2009 01:43:50 -0000 1.3
+++ rt2860.spec 21 Apr 2009 03:32:04 -0000 1.4
@@ -1,13 +1,11 @@
-%define SourceName 2008_0918_RT2860_Linux_STA_v1.8.0.0
-
Name: rt2860
-Version: 1.8.0.0
-Release: 2%{?dist}
+Version: 2.1.0.0
+Release: 1%{?dist}
Summary: Common files for RaLink 802.11 rt2860 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/2009_0420_RT2860_Linux_STA_V2.1...
Source1:
http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
@@ -24,39 +22,46 @@
rt2890).
%prep
-%setup -q -n %{SourceName}
+%setup -q -n DPO_RT2860_LinuxSTA_V2.1.0.0
iconv -f JOHAB -t UTF8 %{SOURCE1} -o ./ReleaseNotes
sed -i 's/\r//' ./ReleaseNotes
-iconv -f JOHAB -t UTF8 README_STA -o README_STA
-sed -i 's/\r//' README_STA
+touch -r %{SOURCE1} ./ReleaseNotes
+iconv -f JOHAB -t UTF8 README_STA -o README_STA.tmp
+sed 's/\r//' README_STA.tmp > README_STA.tmp2
+touch -r README_STA README_STA.tmp2
+mv -f README_STA.tmp2 README_STA
+chmod -x iwpriv_usage.txt
%build
echo "Nothing to build."
%install
rm -rf $RPM_BUILD_ROOT
+# buildsys sometimes fails without this:
+sleep 1m
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
install -pm 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
-install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}
-install -pm 0755 %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/%{name}
+cp -a %{SOURCE2} .
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc ReleaseNotes README_STA iwpriv_usage.txt
+%doc ReleaseNotes README_STA iwpriv_usage.txt suspend.sh
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2860STA
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
-%{_datadir}/%{name}
%changelog
+* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
+- version update (2.1.0.0)
+
* Tue Mar 10 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-2
- Add suspend script (RPMFusion BZ#199)
-* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
+* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)
* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.7.0-3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 18:29:25 -0000 1.3
+++ sources 21 Apr 2009 03:32:04 -0000 1.4
@@ -1 +1 @@
-cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz