rpms/rt2870/F-9 ReleaseNote-RT2870.txt, NONE, 1.1 .cvsignore, 1.2, 1.3 rt2870.spec, 1.4, 1.5 sources, 1.2, 1.3

Orcan Ogetbil oget at rpmfusion.org
Thu Mar 26 06:11:56 CET 2009


Author: oget

Update of /cvs/free/rpms/rt2870/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29605

Modified Files:
	.cvsignore rt2870.spec sources 
Added Files:
	ReleaseNote-RT2870.txt 
Log Message:
* 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
- Fix description: rt2870 is USB only



--- NEW FILE ReleaseNote-RT2870.txt ---
[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
   packet then cause "not enough space in MgmtRing").
3. Fixed WPS failed with D-Link DIR-628 in 5GHz.
4. Change FastRoaming in DAT file to AutoRoaming.
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. New IEEE802.11r functionality.

[V1.4.0.0]
1. Add IWEVGENIE in iwlist ra0 scan.
2. Add new WSC hardware push button function
3. Add Ad-Hoc to support N rate.
4. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
5. Add Station N only mode in Infra mode. (Only connects to N-AP)
6. Add Global country domain (ch1-11:active scan, ch12-14 passive scan)
7. Fixed connection failed with Range Maximizer - 515 AP (Marvell Chip) when security is WPAPSK/TKIP.
8. Fixed crash in LinkDown when there are >64 APs exists.
9. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
10. Fixed suspend/resume error when ra0 down, ra0 up
11. Modified iwpriv ra0 get_site_survey: When security of AP is OPEN/WEP or SHARED/WEP, show UNKNOW/WEP in scan list.
12. When the secondary channel of AP exceeds the country region's range, station will auto fallback to 20MHz. i.e. need both control and secondary channel are both
        in country region's channel list.
13. Migrate Mesh supporting to Draft-2.0.
14. Support DLS
15. Support WAPI functionality
16. Support Linux Kernel 2.6.27
17. Fixed WPS failed when AP is not in scan table or AP's channel changing after user sets "iwpriv ra0 wsc_start"
18. Add WPS Wireless Event strings.
19. Fixed WPA(2)PSK issue when group cipher of AP is WEP40 or WEP104.


[V1.3.0.0]
1. Fixed issue of Radar Channel flag building with HAS_EXT_BUILD_CHANNEL_LIST=n.
2. Fixed issue of Adhoc-STA would create in radar channel.
3. Fixed LED issue of "ifconfig ra0 down".
4. Support Linux Kernel 2.6.24
5. Support SNMP
6. Support Debug Diagnose
7. Add IEEE802.11d Client Mode: None, Flexible, Strcit.
8. Add two ioctl commands to change tx long/short retry limit.
9. Fixed WPS STA is hard to do WPS process with Broadcom WPS AP Proxy and Marvell WPS External Registrar.
10. Fixed WPS STA didn't send dis-assoc to AP after WPS processing.
11. Fixed WPAPSK rekey problem when A-MSDU is enabled.

[V1.2.0.0]
1. Add Legacy Power Saving Mode.
2. Add BaSmartHardTransmit mechanism.
3. Modify rate adaptation for fast ramp-up tuning. 
4. Support custom wireless event.
5. Support Linux Kernel 2.6 suspend and resume.
6. Fixed W52 with Activity scan issue in ABG_MIXED and ABGN_MIXED mode.
7. Fixed fixed rate issue in N mode and fixed rate ioctl.



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	5 Oct 2008 18:20:05 -0000	1.2
+++ .cvsignore	26 Mar 2009 05:11:56 -0000	1.3
@@ -1,2 +1 @@
-2008_0925_RT2870_Linux_STA_v1.4.0.0.tar.bz2
-ReleaseNote-RT2870.txt
+2009_0302_RT2870_Linux_STA_v2.1.0.0.tar.bz2


Index: rt2870.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-9/rt2870.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rt2870.spec	11 Mar 2009 02:37:03 -0000	1.4
+++ rt2870.spec	26 Mar 2009 05:11:56 -0000	1.5
@@ -1,8 +1,8 @@
-%define SourceName 2008_0925_RT2870_Linux_STA_v1.4.0.0
+%define SourceName 2009_0302_RT2870_Linux_STA_v2.1.0.0
 
 Name:		rt2870
-Version:	1.4.0.0
-Release:	3%{?dist}
+Version:	2.1.0.0
+Release:	1%{?dist}
 Summary:	Common files for RaLink rt2870 kernel driver
 Group:		System Environment/Kernel
 License:	GPLv2+
@@ -18,15 +18,26 @@
 
 %description
 This package contains the linux kernel module files for the Ralink rt2870
-driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards -
-either PCI, PCIe or MiniPCI - that use Ralink rt2870 chipsets.
+driver for WiFi, a linux device driver for USB 802.11a/b/g universal NIC cards
+that use Ralink rt2870 chipsets.
 
 %prep
 %setup -q -n %{SourceName}
-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
+
+# Fix bunch of encoding and permission issues
+sed 's|\r||' %{SOURCE1} > ReleaseNotes
+touch -r  %{SOURCE1} ReleaseNotes
+
+sed 's|\r||' sta_ate_iwpriv_usage.txt > tmpfile
+iconv -f JOHAB -t UTF8 tmpfile -o tmpfile2
+touch -r sta_ate_iwpriv_usage.txt tmpfile2
+mv -f tmpfile2 sta_ate_iwpriv_usage.txt
+
+iconv -f JOHAB -t UTF8 README_STA > tmpfile
+touch -r README_STA tmpfile
+mv -f tmpfile README_STA
+
+chmod -x *.txt
 
 %build
 echo "Nothing to build."
@@ -35,22 +46,25 @@
 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 -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 *.txt suspend.sh
 %dir %{_sysconfdir}/Wireless
 %dir %{_sysconfdir}/Wireless/RT2870STA
 %config(noreplace) %{_sysconfdir}/Wireless/RT2870STA/RT2870STA.dat
-%{_datadir}/%{name}
+
 
 %changelog
+* 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
+- Fix description: rt2870 is USB only
+
 * Tue Mar 10 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.4.0.0-3
 - Add suspend script (RPMFusion BZ#199)
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Oct 2008 18:20:05 -0000	1.2
+++ sources	26 Mar 2009 05:11:56 -0000	1.3
@@ -1,2 +1 @@
-3ad8bc242907031c49436429f28bdd60  2008_0925_RT2870_Linux_STA_v1.4.0.0.tar.bz2
-634a126afc864d2b8cfea7f224673ace  ReleaseNote-RT2870.txt
+8427fdcaf3abc5f0bc4d8d34310ac62b  2009_0302_RT2870_Linux_STA_v2.1.0.0.tar.bz2



More information about the rpmfusion-commits mailing list