SHA256
1
0
forked from pool/rt2860
OBS User unknown 2008-11-12 03:45:48 +00:00 committed by Git OBS Bridge
commit 5fa2cea307
7 changed files with 207 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:533ec9ba584041cb22c9635e82654ceff2358417fdb6f6db5e5c66b3a36ee7d6
size 474392

75
ReleaseNote-RT2860.txt Normal file
View File

@ -0,0 +1,75 @@
[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.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
2. Support IWEVGENIE in iwlist ra0 scan.
3. Support DLS
4. Fixed connection failed with Range Maximizer - 515 AP (Marvell Chip) when security is WPAPSK/TKIP.
5. Fixed length error of RSN/SSN IE for WpaSupplicant.
6. Fixed WPAPSK rekey problem when A-MSDU is enabled.
7. Fixed NetworkManager cannot detect ra0 when ra0 is not up.
8. Add IEEE802.11d Client Mode: None, Flexible, Strcit.
9. Add Station N only mode. (Only connects to N-AP)
10. Add Global country domain(ch1-11:active scan, ch12-14 passive scan)
11. Enhance PCIe advance power saving
12. Modified iwpriv ra0 get_site_survey: When security of AP is OPEN/WEP or SHARED/WEP, show UNKNOW/WEP in scan list.
13. 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.
14. Fixed crash in LinkDown when there are >64 APs exists.
[V1.6.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. Support Linux Kernel 2.6.24
4. Support SNMP
5. Support Debug Diagnose
6. Add Makefile.NonLoadableModule for non-loadable module
7. Add two ioctl commands to change tx long/short retry limit.
[V1.5.0.0]
1. Add BaSmartHardTransmit mechanism.
2. Support Linux Kernel 2.6 suspend and resume.
3. Support extened channel list.
4. Add "iwconfig rate" setting for legacy rate.
5. Add make install/uninstall to Makfile.
6. Fixed issue of showing SNR1 information.
7. ATE: Add command "iwpriv ra0 set ATELDE2P=1" to overwrite all EEPROM contents from a .bin file.
8. Change IRQ LOCK to SEM LOCK
9. Fixed extened channel list checking issue on RT28xx.
[V1.4.0.0]]
1. Fixed "iwconfig ra0 essid"
2. Send DIS-ASSOC request to AP when ra0 down.
3. Support 5-GHz band ATE.
4. Fixed fixed rate issue in N mode and fixed rate ioctl.
5. Add Legacy Power Saving Mode.
6. Support custom wireless event.
[V1.3.0.0]
1. Support Monitor Mode with WireShark.(Usage: iwconfig ra0 mode monitor)
2. Support ATE function for EMI.
3. Support NetworkManager, wpa_supplicant by using wext.
[V1.2.0.0]
1. Add AP's wireless mode info to iwpriv ra0 get_site_survey.
2. Modify bitrate info in iwlist ra0 scan.
3. Fixed compile error in non-DBG mode.
[V1.1.0.0]
1. Fxied iwpriv security setting issue.
2. Support Big-Endian.
[V1.0.0.0]
1. Driver security support: Open/Shared WEP, WPA-PSK, WPA2-PSK, WPA-NONE.
2. Support 32/64-bit OS
3. Support A-MPDU and A-MSDU

0
ready Normal file
View File

22
rt2860.changes Normal file
View File

@ -0,0 +1,22 @@
-------------------------------------------------------------------
Fri Nov 7 12:13:00 CET 2008 - meissner@suse.de
- imported from opensuse buildservice, reviewed
- added supplements: for the modaliases, so it gets installed.
-------------------------------------------------------------------
Tue Oct 21 22:07:08 CEST 2008 - claes.backstrom@fsfe.org
- New upstream version 1.8.0.0
- Add Release Notes document
-------------------------------------------------------------------
Sun Oct 5 16:33:08 CEST 2008 - claes.backstrom@fsfe.org
- Changed name to rt2860-common
-------------------------------------------------------------------
Sat Oct 4 12:26:11 CEST 2008 - claes.backstrom@fsfe.org
- Initial Package

83
rt2860.spec Normal file
View File

@ -0,0 +1,83 @@
#
# spec file for package rt2860 (Version 1.8.0.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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
%define SourceDir 2008_0918_RT2860_Linux_STA_v1.8.0.0
Name: rt2860
Version: 1.8.0.0
Release: 2
Summary: Userspace configuration files for rt2860 driver
Group: Hardware/Wifi
License: GPL v2 or later
Url: http://www.ralinktech.com/ralink/Home/Support/Linux.html
Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Supplements: modalias(pci:v00001A3Bd00001059sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001814d00000781sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001814d00000701sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001814d00000681sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001814d00000601sv*sd*bc*sc*i*)
%description
This package contains a small configuration file of the rt2860 driver,
currently read by the kernel module. In later versions this will go
away.
Authors:
--------
Ralink Tech Inc.
%prep
%setup -q -n %{SourceDir}
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
%build
echo "Nothing to build"
%install
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless
install -p -m 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ReleaseNotes README_STA iwpriv_usage.txt
%dir %{_sysconfdir}/Wireless
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA.dat
%changelog
* Fri Nov 07 2008 meissner@suse.de
- imported from opensuse buildservice, reviewed
- added supplements: for the modaliases, so it gets installed.
* Tue Oct 21 2008 claes.backstrom@fsfe.org
- New upstream version 1.8.0.0
- Add Release Notes document
* Sun Oct 05 2008 claes.backstrom@fsfe.org
- Changed name to rt2860-common
* Sat Oct 04 2008 claes.backstrom@fsfe.org
- Initial Package