Author: oget
Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12159
Modified Files:
.cvsignore rt3070.spec sources
Added Files:
ReadMe.txt
Removed Files:
ReleaseNote-RT3070.txt
Log Message:
* Sun Jun 27 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.3.0.2-1
- Update to 2.3.0.2
--- NEW FILE ReadMe.txt ---
[2.3.0.1]
1. Fix Shared WEP security mode can't work on wpa_supplicant wext driver.
2. Fix Hidden SSID can't work on wpa_supplicant wext driver.
3. Fix AdHoc mode can't work on wpa_supplicant wext driver.
[2.3.0.0]
1. Support PSP XLINK in ad-hoc mode.
2. Add mac80211 iw utility other commands support.
3. Fix issue: The start address of HeaderBuf must be aligned by 4 when
VENDOR_FEATURE1_SUPPORT is enabled.
4. WMM ACM: see history of acm_comm.c.
5. Support WpaSupplicant(v0.6.9) WPS
6. Fix WPS issue: Check SelectRegistrar is TRUE or FALSE
7. Fix WPS issue: Some AP (ex. Buffalo WZR-AG300NH) would change SSID to another SSID
after push WPS PBC button.
After WPS process finish, change SSID to
original SSID.
Driver needs to wait AP to re-generate
Beacon; otherwise, driver will update this PBC SSID to MlmeAux.
8. Shorten the waiting time when unplug the device.
9. Fix mgmt ring full issue: It happened only in big-endian platform and quickly switch
the network type between Infra and Adhoc mode.
10. Fix statistics issue: It happened in big-endian platform, tx count would be zero.
11. Support WiFi Draft_3.0 11n test items.
12. Support Linux Kernel 2.6.31
13. Support Ad-hoc WPS2PSK/AES (DPO doesn't support this item)
14. Support Samsung Auto Provision (only for Samsung Project)
15. For GPL issue: Separate three kernel modules - util module, driver module, netif
module. util module and netif module could license GPL.
16. Support CFG80211 of Linux Kernel 2.6.32
Driver module couldn't license GPL.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 4 Aug 2009 04:47:43 -0000 1.4
+++ .cvsignore 11 Jul 2010 02:38:26 -0000 1.5
@@ -1 +1 @@
-2009_0525_RT3070_Linux_STA_v2.1.1.0.bz2
+DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
Index: rt3070.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/rt3070.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rt3070.spec 4 Aug 2009 04:50:43 -0000 1.7
+++ rt3070.spec 11 Jul 2010 02:38:26 -0000 1.8
@@ -1,15 +1,22 @@
-%define SourceName 2009_0525_RT3070_Linux_STA_v2.1.1.0
+%define SourceName DPO_RT3070_LinuxSTA_V2.3.0.2_20100412
Name: rt3070
-Version: 2.1.1.0
-Release: 3%{?dist}
+Version: 2.3.0.2
+Release: 1%{?dist}
Summary: Common files for RaLink rt3070 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}.bz2
-Source1:
http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT3070.txt
+URL:
http://www.ralinktech.com/support.php?s=2
+# No more direct link. The file is downloaded from the above page.
+Source0: %{SourceName}.tar.bz2
+Source1: ReadMe.txt
+# Alternative suspend script. Might not be necessary anymore.
+# Kept for historical reasons.
Source2: suspend.sh
+# Blacklist the module shipped with kernel
+Source3: blacklist-rt2800usb.conf
+# Needed for WPA2 support (RFBZ #664)
+Patch0: rt3070-allowTKIP.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -23,25 +30,28 @@
%prep
%setup -q -n %{SourceName}
+%patch0 -p1
-# Fix bunch of encoding issues
cp -a %{SOURCE1} .
-for file in ReleaseNote* sta_ate_iwpriv_usage.txt README_STA*; do
+cp -a %{SOURCE2} .
+
+# Fix bunch of encoding issues
+
+for file in ReadMe.txt *iwpriv_usage.txt "LICENSE*.txt" README_STA*; do
+ chmod -x $file
iconv -f JOHAB -t UTF8 $file -o $file.tmp
sed 's/\r//' $file.tmp > $file.tmp2
mv -f $file.tmp2 $file
done
# To avoid possible conflict with rt2870 driver:
-for sta in include/os/rt_linux.h os/linux/Makefile.6 README_STA* RT2870STACard.dat ; do
+for sta in common/rtmp_init.c include/rt_ate.h include/os/rt_linux.h README_STA*
RT2870STACard.dat ; do
sed 's|RT2870STA|RT3070STA|g' $sta > tmp.sta
touch -r $sta tmp.sta
mv tmp.sta $sta
done
%build
-# Needed for WPA2 support (RFBZ #664)
-sed -i 's|HT_DisallowTKIP=1|HT_DisallowTKIP=0|' RT2870STA.dat
sleep 1m
%install
@@ -49,20 +59,31 @@
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/
install -pm 0644 RT2870STA.dat
$RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/RT3070STA.dat
install -pm 0644 RT2870STACard.dat
$RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/RT3070STACard.dat
-
-cp -a %{SOURCE2} .
+%if 0%{fedora} < 14
+install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
+cp -a %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
+%endif
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc README_STA* *.txt suspend.sh
+%doc README_STA_usb *.txt suspend.sh LICENSE*.txt
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT3070STA
%config(noreplace) %{_sysconfdir}/Wireless/RT3070STA/RT3070STA*.dat
+%if 0%{fedora} < 14
+%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-rt2800usb.conf
+%endif
%changelog
+* Sun Jun 27 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.3.0.2-1
+- Update to 2.3.0.2
+
+* Fri Dec 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.1.0-3.1
+- Blacklist kernel's rt2800usb module
+
* Tue Aug 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.1.0-3
- *sigh* Upstream made a release without bumping the version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 4 Aug 2009 04:47:43 -0000 1.4
+++ sources 11 Jul 2010 02:38:26 -0000 1.5
@@ -1 +1 @@
-b31ab4d77b6836853e293355915cfcad 2009_0525_RT3070_Linux_STA_v2.1.1.0.bz2
+18a32c99fd0cd64c3aa9736a90c90795 DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
--- ReleaseNote-RT3070.txt DELETED ---