rpms/psb-kmod/devel psb-kmod-4.41.1-overflow.patch,1.1,1.2
by Adam Williamson
Author: adamwill
Update of /cvs/nonfree/rpms/psb-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5698
Modified Files:
psb-kmod-4.41.1-overflow.patch
Log Message:
- rediff overflow.patch
psb-kmod-4.41.1-overflow.patch:
drm_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: psb-kmod-4.41.1-overflow.patch
===================================================================
RCS file: /cvs/nonfree/rpms/psb-kmod/devel/psb-kmod-4.41.1-overflow.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- psb-kmod-4.41.1-overflow.patch 17 Sep 2010 12:23:36 -0000 1.1
+++ psb-kmod-4.41.1-overflow.patch 24 Sep 2010 14:30:37 -0000 1.2
@@ -1,11 +1,11 @@
---- a/drm_drv.c
-+++ b/drm_drv.c
-@@ -649,7 +649,7 @@ long drm_unlocked_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
+--- psb-kernel-source-4.41.1/drm_drv.c 2009-04-15 20:25:01.000000000 -0700
++++ psb-kernel-source-4.41.1/drm_drv.c.new 2010-09-24 07:23:55.885426364 -0700
+@@ -649,7 +649,7 @@
- if (cmd & IOC_IN) {
- if (copy_from_user(kdata, (void __user *)arg,
-- _IOC_SIZE(cmd)) != 0) {
+ if (cmd & IOC_IN) {
+ if (copy_from_user(kdata, (void __user *)arg,
+- _IOC_SIZE(cmd)) != 0) {
+ _IOC_SIZE(cmd) & 0x1ff) != 0) {
- retcode = -EACCES;
- goto err_i1;
- }
+ retcode = -EACCES;
+ goto err_i1;
+ }
14 years, 2 months
rpms/xorg-x11-drv-psb/devel xorg-x11-drv-psb-0.32.0-null.patch, 1.1, 1.2
by Adam Williamson
Author: adamwill
Update of /cvs/nonfree/rpms/xorg-x11-drv-psb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3000
Modified Files:
xorg-x11-drv-psb-0.32.0-null.patch
Log Message:
rediff null.patch
xorg-x11-drv-psb-0.32.0-null.patch:
psb_accel.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Index: xorg-x11-drv-psb-0.32.0-null.patch
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-psb/devel/xorg-x11-drv-psb-0.32.0-null.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-psb-0.32.0-null.patch 17 Sep 2010 10:32:25 -0000 1.1
+++ xorg-x11-drv-psb-0.32.0-null.patch 24 Sep 2010 13:48:31 -0000 1.2
@@ -1,8 +1,8 @@
---- a/src/psb_accel.c
-+++ b/src/psb_accel.c
-@@ -509,9 +509,14 @@ psbExaCheckComposite(int op,
- PicturePtr pSrcPicture, PicturePtr pMaskPicture,
- PicturePtr pDstPicture)
+--- xserver-xorg-video-psb-0.32.0/src/psb_accel.c 2009-05-11 18:37:53.000000000 -0700
++++ xserver-xorg-video-psb-0.32.0/src/psb_accel.c.new 2010-09-24 06:47:01.221513179 -0700
+@@ -501,9 +501,14 @@
+ PicturePtr pSrcPicture, PicturePtr pMaskPicture,
+ PicturePtr pDstPicture)
{
+ int w, h;
DrawablePtr pDraw = pSrcPicture->pDrawable;
@@ -16,4 +16,4 @@
+ h = pDraw->height;
if (op > PictOpAdd)
- return FALSE;
+ return FALSE;
14 years, 2 months
rpms/xorg-x11-drv-psb/devel xorg-x11-drv-psb-0.32.0-changegc.patch, 1.1, 1.2
by Adam Williamson
Author: adamwill
Update of /cvs/nonfree/rpms/xorg-x11-drv-psb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv912
Modified Files:
xorg-x11-drv-psb-0.32.0-changegc.patch
Log Message:
- fix changegc.patch
xorg-x11-drv-psb-0.32.0-changegc.patch:
psb_dga.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: xorg-x11-drv-psb-0.32.0-changegc.patch
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-psb/devel/xorg-x11-drv-psb-0.32.0-changegc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-psb-0.32.0-changegc.patch 17 Sep 2010 10:32:25 -0000 1.1
+++ xorg-x11-drv-psb-0.32.0-changegc.patch 24 Sep 2010 13:18:12 -0000 1.2
@@ -1,6 +1,6 @@
---- a/src/psb_dga.c
-+++ b/src/psb_dga.c
-@@ -310,13 +310,13 @@ PSB_FillRect(ScrnInfoPtr pScrn,
+--- xserver-xorg-video-psb-0.32.0/src/psb_dga.c 2009-05-11 18:37:53.000000000 -0700
++++ xserver-xorg-video-psb-0.32.0/src/psb_dga.c.new 2010-09-24 06:14:15.302992102 -0700
+@@ -310,13 +310,13 @@
{
GCPtr pGC;
DrawablePtr pDrawable;
@@ -9,7 +9,7 @@
xRectangle r;
if (!xf86_dga_get_drawable_and_gc(pScrn, &pDrawable, &pGC))
- return;
+ return;
- vals[0] = color;
- ChangeGC(pGC, GCForeground, vals);
+ vals[0].val = color;
14 years, 2 months
rpms/amule/devel amule.spec,1.10,1.11
by Felix Kaechele
Author: felix
Update of /cvs/free/rpms/amule/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30630
Modified Files:
amule.spec
Log Message:
* Fri Sep 24 2010 Felix Kaechele <heffer(a)fedoraproject.org> - 2.2.6-2
- rebuild for new wx
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/devel/amule.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- amule.spec 20 Sep 2009 15:30:58 -0000 1.10
+++ amule.spec 24 Sep 2010 12:42:06 -0000 1.11
@@ -2,7 +2,7 @@
Name: amule
Version: 2.2.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
@@ -165,6 +165,9 @@
%changelog
+* Fri Sep 24 2010 Felix Kaechele <heffer(a)fedoraproject.org> - 2.2.6-2
+- rebuild for new wx
+
* Sun Sep 20 2009 Felix Kaechele <heffer(a)fedoraproject.org> - 2.2.6-1
- 2.2.6
14 years, 2 months
rpms/rt2860-kmod/F-12 .cvsignore, 1.7, 1.8 rt2860-dat-install-fixes.patch, 1.4, 1.5 rt2860-kmod.spec, 1.82, 1.83 rt2860-no2.4-in-kernelversion.patch, 1.3, 1.4 rt2860-suppress-flood.patch, 1.1, 1.2 sources, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27268
Modified Files:
.cvsignore rt2860-dat-install-fixes.patch rt2860-kmod.spec
rt2860-no2.4-in-kernelversion.patch
rt2860-suppress-flood.patch sources
Log Message:
* Wed Sep 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
- version update (2.4.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 7 May 2010 07:17:01 -0000 1.7
+++ .cvsignore 22 Sep 2010 05:03:55 -0000 1.8
@@ -1 +1 @@
-2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
rt2860-dat-install-fixes.patch:
Makefile.6 | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Index: rt2860-dat-install-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-12/rt2860-dat-install-fixes.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rt2860-dat-install-fixes.patch 7 May 2010 07:17:02 -0000 1.4
+++ rt2860-dat-install-fixes.patch 22 Sep 2010 05:03:55 -0000 1.5
@@ -1,7 +1,7 @@
-diff -rupN 2009_0918_RT2860_Linux_STA_v2.2.0.0.old/os/linux/Makefile.6 2009_0918_RT2860_Linux_STA_v2.2.0.0/os/linux/Makefile.6
---- 2009_0918_RT2860_Linux_STA_v2.2.0.0.old/os/linux/Makefile.6 2009-09-13 23:50:36.000000000 -0400
-+++ 2009_0918_RT2860_Linux_STA_v2.2.0.0/os/linux/Makefile.6 2009-10-24 00:34:24.000000000 -0400
-@@ -105,15 +105,8 @@ clean:
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/Makefile.6 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/Makefile.6
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/Makefile.6 2010-07-08 07:52:12.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/Makefile.6 2010-08-29 16:26:26.000000000 -0400
+@@ -131,18 +131,11 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
@@ -20,3 +20,6 @@
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
+ rm -rf $(addprefix $(INST_DIR),$(addsuffix .ko,$(MOD_NAME)))
+
+ # Declare the contents of the .PHONY variable as phony. We keep that
+ # information in a variable so we can use it in if_changed and friends.
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-12/rt2860-kmod.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- rt2860-kmod.spec 19 Sep 2010 14:17:29 -0000 1.82
+++ rt2860-kmod.spec 22 Sep 2010 05:03:55 -0000 1.83
@@ -3,18 +3,18 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: rt2860-kmod
-Version: 2.3.0.0
-Release: 1%{?dist}.6
+Version: 2.4.0.0
+Release: 1%{?dist}
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/support.php?s=2
# No direct downloads anymore. See the above link.
-Source0: 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+Source0: 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
@@ -48,6 +48,9 @@
%patch2 -p1 -b .NetworkManager
%patch4 -p1 -b .no24
%patch6 -p1 -b .messageflood
+ for ext in c h; do
+ find . -name "*.$ext" -exec chmod -x {} \;
+ done
popd
for kernel_version in %{?kernel_versions} ; do
@@ -72,6 +75,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Sep 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
+- version update (2.4.0.0)
+
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.3.0.0-1.6
- rebuild for new kernel
rt2860-no2.4-in-kernelversion.patch:
Makefile | 20 --------------------
os/linux/config.mk | 27 ---------------------------
2 files changed, 47 deletions(-)
Index: rt2860-no2.4-in-kernelversion.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-12/rt2860-no2.4-in-kernelversion.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860-no2.4-in-kernelversion.patch 7 May 2010 07:17:02 -0000 1.3
+++ rt2860-no2.4-in-kernelversion.patch 22 Sep 2010 05:03:55 -0000 1.4
@@ -1,7 +1,7 @@
-diff -rupN 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/Makefile 2010_01_29_RT2860_Linux_STA_v2.3.0.0/Makefile
---- 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/Makefile 2009-12-23 01:15:08.000000000 -0500
-+++ 2010_01_29_RT2860_Linux_STA_v2.3.0.0/Makefile 2010-04-22 02:39:52.000000000 -0400
-@@ -176,13 +176,6 @@ test:
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/Makefile 2010_07_16_RT2860_Linux_STA_v2.4.0.0/Makefile
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/Makefile 2010-07-08 07:55:39.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/Makefile 2010-08-29 16:28:25.000000000 -0400
+@@ -234,13 +234,6 @@ test:
$(MAKE) -C tools test
LINUX:
@@ -15,11 +15,11 @@
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
ifeq ($(PLATFORM),DM6446)
$(MAKE) ARCH=arm CROSS_COMPILE=arm_v5t_le- -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
-@@ -194,34 +187,21 @@ else
+@@ -252,34 +245,21 @@ else
endif
endif
--endif
+-endif
clean:
ifeq ($(TARGET), LINUX)
@@ -50,10 +50,10 @@
endif
-endif
-diff -rupN 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/os/linux/config.mk 2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux/config.mk
---- 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/os/linux/config.mk 2010-04-22 02:35:11.000000000 -0400
-+++ 2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux/config.mk 2010-04-22 02:41:47.000000000 -0400
-@@ -218,14 +218,9 @@ WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/config.mk 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/config.mk
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/config.mk 2010-07-09 04:58:09.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/config.mk 2010-08-29 16:29:34.000000000 -0400
+@@ -250,14 +250,9 @@ WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
endif
ifeq ($(PLATFORM),INF_DANUBE)
@@ -68,7 +68,7 @@
ifeq ($(PLATFORM),INF_AR9)
WFLAGS += -DRT_BIG_ENDIAN -DINF_AR9
-@@ -313,11 +308,7 @@ export CFLAGS
+@@ -349,11 +344,7 @@ export CFLAGS
endif
ifeq ($(PLATFORM),INF_DANUBE)
@@ -80,7 +80,7 @@
export CFLAGS
endif
-@@ -342,14 +333,8 @@ export CFLAGS
+@@ -383,14 +374,8 @@ export CFLAGS
endif
ifeq ($(PLATFORM),PC)
@@ -90,8 +90,39 @@
- export CFLAGS
- else
# Linux 2.6
- EXTRA_CFLAGS := $(WFLAGS) -DMODVERSIONS -I$(RT28xx_DIR)/include
+ EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
+- endif
+ endif
+
+ #If the kernel version of RMI is newer than 2.6.27, please change "CFLAGS" to "EXTRA_FLAGS"
+@@ -441,11 +426,6 @@ export CFLAGS
+ endif
+
+ ifeq ($(PLATFORM),MT85XX)
+- ifneq (,$(findstring 2.4,$(LINUX_SRC)))
+- # Linux 2.4
+- CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
+- export CFLAGS
+- else
+ # Linux 2.6
+ EXTRA_CFLAGS += $(WFLAGS) -I$(RT28xx_DIR)/include
+ EXTRA_CFLAGS += -D _NO_TYPEDEF_BOOL_ \
+@@ -458,18 +438,11 @@ ifeq ($(PLATFORM),MT85XX)
+ -D _NO_TYPEDEF_INT32_ \
+ -D _NO_TYPEDEF_INT64_ \
+
+- endif
+ endif
+
+ ifeq ($(PLATFORM),NXP_TV550)
+- ifneq (,$(findstring 2.4,$(LINUX_SRC)))
+- # Linux 2.4
+- CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=mips -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
+- export CFLAGS
+- else
+ # Linux 2.6
+ EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
- endif
endif
- ifeq ($(PLATFORM),IXP)
+ ifeq ($(PLATFORM),MVL5)
rt2860-suppress-flood.patch:
cmm_asic.c | 4 ++--
rt_ate.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Index: rt2860-suppress-flood.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-12/rt2860-suppress-flood.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-suppress-flood.patch 22 Aug 2009 19:18:27 -0000 1.1
+++ rt2860-suppress-flood.patch 22 Sep 2010 05:03:55 -0000 1.2
@@ -1,16 +1,16 @@
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/common/cmm_asic.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/common/cmm_asic.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/common/cmm_asic.c 2009-03-25 03:20:30.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/common/cmm_asic.c 2009-08-22 12:24:53.000000000 -0400
-@@ -609,7 +609,7 @@ VOID AsicSwitchChannel(
- TxPwer = (7+TxPwer);
- TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/cmm_asic.c 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/cmm_asic.c
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/cmm_asic.c 2010-07-08 07:30:47.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/cmm_asic.c 2010-08-29 16:31:58.000000000 -0400
+@@ -934,7 +934,7 @@ VOID AsicSwitchChannel(
+ // TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
+
R3 |= (TxPwer << 10);
- DBGPRINT(RT_DEBUG_ERROR, ("AsicSwitchChannel: TxPwer=%d \n", TxPwer));
+ // comment out as it causes flood // DBGPRINT(RT_DEBUG_ERROR, ("AsicSwitchChannel: TxPwer=%d \n", TxPwer));
}
else
{
-@@ -623,7 +623,7 @@ VOID AsicSwitchChannel(
+@@ -948,7 +948,7 @@ VOID AsicSwitchChannel(
TxPwer2 = (7+TxPwer2);
TxPwer2 = (TxPwer2 > 0xF) ? (0xF) : (TxPwer2);
R4 |= (TxPwer2 << 7);
@@ -19,36 +19,24 @@
}
else
{
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/rt_ate.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/rt_ate.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/rt_ate.c 2009-03-25 04:06:34.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/rt_ate.c 2009-08-22 12:25:24.000000000 -0400
-@@ -4031,7 +4031,7 @@ VOID ATEAsicSwitchChannel(
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/rt_ate.c 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/rt_ate.c
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/rt_ate.c 2010-07-08 07:43:17.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/rt_ate.c 2010-08-29 16:36:18.000000000 -0400
+@@ -4512,7 +4512,7 @@ VOID ATEAsicSwitchChannel(
TxPwer = (7+TxPwer);
TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
R3 |= (TxPwer << 10);
-- ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
-+ // comment out as it causes flood // ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
+- DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
++ // comment out as it causes flood // DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
}
else
{
-@@ -4045,7 +4045,7 @@ VOID ATEAsicSwitchChannel(
+@@ -4526,7 +4526,7 @@ VOID ATEAsicSwitchChannel(
TxPwer2 = (7+TxPwer2);
TxPwer2 = (TxPwer2 > 0xF) ? (0xF) : (TxPwer2);
R4 |= (TxPwer2 << 7);
-- ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
-+ // comment out as it causes flood // ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
+- DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
++ // comment out as it causes flood // DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
}
else
{
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/sta_ioctl.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/sta_ioctl.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/sta_ioctl.c 2009-04-23 06:07:18.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/sta_ioctl.c 2009-08-22 12:22:44.000000000 -0400
-@@ -1465,7 +1465,7 @@ int rt_ioctl_giwscan(struct net_device *
-
- data->length = current_ev - extra;
- pAdapter->StaCfg.bScanReqIsFromWebUI = FALSE;
-- DBGPRINT(RT_DEBUG_ERROR ,("===>rt_ioctl_giwscan. %d(%d) BSS returned, data->length = %d\n",i , pAdapter->ScanTab.BssNr, data->length));
-+ // comment out as it causes flood in system messages. // DBGPRINT(RT_DEBUG_ERROR ,("===>rt_ioctl_giwscan. %d(%d) BSS returned, data->length = %d\n",i , pAdapter->ScanTab.BssNr, data->length));
- return 0;
- }
- #endif
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 7 May 2010 07:17:02 -0000 1.7
+++ sources 22 Sep 2010 05:03:55 -0000 1.8
@@ -1 +1 @@
-f97d72097ef12b3a4978444d0c4741e2 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+b2623a02a006e1b18eea1b9ab58495f0 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
14 years, 2 months
rpms/rt2860-kmod/F-13 .cvsignore, 1.7, 1.8 rt2860-dat-install-fixes.patch, 1.4, 1.5 rt2860-kmod.spec, 1.72, 1.73 rt2860-no2.4-in-kernelversion.patch, 1.3, 1.4 rt2860-suppress-flood.patch, 1.1, 1.2 sources, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26814
Modified Files:
.cvsignore rt2860-dat-install-fixes.patch rt2860-kmod.spec
rt2860-no2.4-in-kernelversion.patch
rt2860-suppress-flood.patch sources
Log Message:
* Wed Sep 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
- version update (2.4.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-13/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 7 May 2010 07:14:50 -0000 1.7
+++ .cvsignore 22 Sep 2010 05:01:32 -0000 1.8
@@ -1 +1 @@
-2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
rt2860-dat-install-fixes.patch:
Makefile.6 | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Index: rt2860-dat-install-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-13/rt2860-dat-install-fixes.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rt2860-dat-install-fixes.patch 7 May 2010 07:14:50 -0000 1.4
+++ rt2860-dat-install-fixes.patch 22 Sep 2010 05:01:32 -0000 1.5
@@ -1,7 +1,7 @@
-diff -rupN 2009_0918_RT2860_Linux_STA_v2.2.0.0.old/os/linux/Makefile.6 2009_0918_RT2860_Linux_STA_v2.2.0.0/os/linux/Makefile.6
---- 2009_0918_RT2860_Linux_STA_v2.2.0.0.old/os/linux/Makefile.6 2009-09-13 23:50:36.000000000 -0400
-+++ 2009_0918_RT2860_Linux_STA_v2.2.0.0/os/linux/Makefile.6 2009-10-24 00:34:24.000000000 -0400
-@@ -105,15 +105,8 @@ clean:
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/Makefile.6 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/Makefile.6
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/Makefile.6 2010-07-08 07:52:12.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/Makefile.6 2010-08-29 16:26:26.000000000 -0400
+@@ -131,18 +131,11 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
@@ -20,3 +20,6 @@
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
+ rm -rf $(addprefix $(INST_DIR),$(addsuffix .ko,$(MOD_NAME)))
+
+ # Declare the contents of the .PHONY variable as phony. We keep that
+ # information in a variable so we can use it in if_changed and friends.
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-13/rt2860-kmod.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- rt2860-kmod.spec 19 Sep 2010 07:30:47 -0000 1.72
+++ rt2860-kmod.spec 22 Sep 2010 05:01:32 -0000 1.73
@@ -3,18 +3,18 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: rt2860-kmod
-Version: 2.3.0.0
-Release: 1%{?dist}.13
+Version: 2.4.0.0
+Release: 1%{?dist}
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/support.php?s=2
# No direct downloads anymore. See the above link.
-Source0: 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+Source0: 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
@@ -48,6 +48,9 @@
%patch2 -p1 -b .NetworkManager
%patch4 -p1 -b .no24
%patch6 -p1 -b .messageflood
+ for ext in c h; do
+ find . -name "*.$ext" -exec chmod -x {} \;
+ done
popd
for kernel_version in %{?kernel_versions} ; do
@@ -72,6 +75,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Sep 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
+- version update (2.4.0.0)
+
* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.3.0.0-1.13
- rebuild for new kernel
rt2860-no2.4-in-kernelversion.patch:
Makefile | 20 --------------------
os/linux/config.mk | 27 ---------------------------
2 files changed, 47 deletions(-)
Index: rt2860-no2.4-in-kernelversion.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-13/rt2860-no2.4-in-kernelversion.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860-no2.4-in-kernelversion.patch 7 May 2010 07:14:50 -0000 1.3
+++ rt2860-no2.4-in-kernelversion.patch 22 Sep 2010 05:01:32 -0000 1.4
@@ -1,7 +1,7 @@
-diff -rupN 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/Makefile 2010_01_29_RT2860_Linux_STA_v2.3.0.0/Makefile
---- 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/Makefile 2009-12-23 01:15:08.000000000 -0500
-+++ 2010_01_29_RT2860_Linux_STA_v2.3.0.0/Makefile 2010-04-22 02:39:52.000000000 -0400
-@@ -176,13 +176,6 @@ test:
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/Makefile 2010_07_16_RT2860_Linux_STA_v2.4.0.0/Makefile
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/Makefile 2010-07-08 07:55:39.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/Makefile 2010-08-29 16:28:25.000000000 -0400
+@@ -234,13 +234,6 @@ test:
$(MAKE) -C tools test
LINUX:
@@ -15,11 +15,11 @@
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
ifeq ($(PLATFORM),DM6446)
$(MAKE) ARCH=arm CROSS_COMPILE=arm_v5t_le- -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
-@@ -194,34 +187,21 @@ else
+@@ -252,34 +245,21 @@ else
endif
endif
--endif
+-endif
clean:
ifeq ($(TARGET), LINUX)
@@ -50,10 +50,10 @@
endif
-endif
-diff -rupN 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/os/linux/config.mk 2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux/config.mk
---- 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/os/linux/config.mk 2010-04-22 02:35:11.000000000 -0400
-+++ 2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux/config.mk 2010-04-22 02:41:47.000000000 -0400
-@@ -218,14 +218,9 @@ WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/config.mk 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/config.mk
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/config.mk 2010-07-09 04:58:09.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/config.mk 2010-08-29 16:29:34.000000000 -0400
+@@ -250,14 +250,9 @@ WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
endif
ifeq ($(PLATFORM),INF_DANUBE)
@@ -68,7 +68,7 @@
ifeq ($(PLATFORM),INF_AR9)
WFLAGS += -DRT_BIG_ENDIAN -DINF_AR9
-@@ -313,11 +308,7 @@ export CFLAGS
+@@ -349,11 +344,7 @@ export CFLAGS
endif
ifeq ($(PLATFORM),INF_DANUBE)
@@ -80,7 +80,7 @@
export CFLAGS
endif
-@@ -342,14 +333,8 @@ export CFLAGS
+@@ -383,14 +374,8 @@ export CFLAGS
endif
ifeq ($(PLATFORM),PC)
@@ -90,8 +90,39 @@
- export CFLAGS
- else
# Linux 2.6
- EXTRA_CFLAGS := $(WFLAGS) -DMODVERSIONS -I$(RT28xx_DIR)/include
+ EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
+- endif
+ endif
+
+ #If the kernel version of RMI is newer than 2.6.27, please change "CFLAGS" to "EXTRA_FLAGS"
+@@ -441,11 +426,6 @@ export CFLAGS
+ endif
+
+ ifeq ($(PLATFORM),MT85XX)
+- ifneq (,$(findstring 2.4,$(LINUX_SRC)))
+- # Linux 2.4
+- CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
+- export CFLAGS
+- else
+ # Linux 2.6
+ EXTRA_CFLAGS += $(WFLAGS) -I$(RT28xx_DIR)/include
+ EXTRA_CFLAGS += -D _NO_TYPEDEF_BOOL_ \
+@@ -458,18 +438,11 @@ ifeq ($(PLATFORM),MT85XX)
+ -D _NO_TYPEDEF_INT32_ \
+ -D _NO_TYPEDEF_INT64_ \
+
+- endif
+ endif
+
+ ifeq ($(PLATFORM),NXP_TV550)
+- ifneq (,$(findstring 2.4,$(LINUX_SRC)))
+- # Linux 2.4
+- CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=mips -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
+- export CFLAGS
+- else
+ # Linux 2.6
+ EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
- endif
endif
- ifeq ($(PLATFORM),IXP)
+ ifeq ($(PLATFORM),MVL5)
rt2860-suppress-flood.patch:
cmm_asic.c | 4 ++--
rt_ate.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Index: rt2860-suppress-flood.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-13/rt2860-suppress-flood.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-suppress-flood.patch 22 Aug 2009 19:18:27 -0000 1.1
+++ rt2860-suppress-flood.patch 22 Sep 2010 05:01:32 -0000 1.2
@@ -1,16 +1,16 @@
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/common/cmm_asic.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/common/cmm_asic.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/common/cmm_asic.c 2009-03-25 03:20:30.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/common/cmm_asic.c 2009-08-22 12:24:53.000000000 -0400
-@@ -609,7 +609,7 @@ VOID AsicSwitchChannel(
- TxPwer = (7+TxPwer);
- TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/cmm_asic.c 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/cmm_asic.c
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/cmm_asic.c 2010-07-08 07:30:47.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/cmm_asic.c 2010-08-29 16:31:58.000000000 -0400
+@@ -934,7 +934,7 @@ VOID AsicSwitchChannel(
+ // TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
+
R3 |= (TxPwer << 10);
- DBGPRINT(RT_DEBUG_ERROR, ("AsicSwitchChannel: TxPwer=%d \n", TxPwer));
+ // comment out as it causes flood // DBGPRINT(RT_DEBUG_ERROR, ("AsicSwitchChannel: TxPwer=%d \n", TxPwer));
}
else
{
-@@ -623,7 +623,7 @@ VOID AsicSwitchChannel(
+@@ -948,7 +948,7 @@ VOID AsicSwitchChannel(
TxPwer2 = (7+TxPwer2);
TxPwer2 = (TxPwer2 > 0xF) ? (0xF) : (TxPwer2);
R4 |= (TxPwer2 << 7);
@@ -19,36 +19,24 @@
}
else
{
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/rt_ate.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/rt_ate.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/rt_ate.c 2009-03-25 04:06:34.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/rt_ate.c 2009-08-22 12:25:24.000000000 -0400
-@@ -4031,7 +4031,7 @@ VOID ATEAsicSwitchChannel(
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/rt_ate.c 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/rt_ate.c
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/rt_ate.c 2010-07-08 07:43:17.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/rt_ate.c 2010-08-29 16:36:18.000000000 -0400
+@@ -4512,7 +4512,7 @@ VOID ATEAsicSwitchChannel(
TxPwer = (7+TxPwer);
TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
R3 |= (TxPwer << 10);
-- ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
-+ // comment out as it causes flood // ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
+- DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
++ // comment out as it causes flood // DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
}
else
{
-@@ -4045,7 +4045,7 @@ VOID ATEAsicSwitchChannel(
+@@ -4526,7 +4526,7 @@ VOID ATEAsicSwitchChannel(
TxPwer2 = (7+TxPwer2);
TxPwer2 = (TxPwer2 > 0xF) ? (0xF) : (TxPwer2);
R4 |= (TxPwer2 << 7);
-- ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
-+ // comment out as it causes flood // ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
+- DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
++ // comment out as it causes flood // DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
}
else
{
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/sta_ioctl.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/sta_ioctl.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/sta_ioctl.c 2009-04-23 06:07:18.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/sta_ioctl.c 2009-08-22 12:22:44.000000000 -0400
-@@ -1465,7 +1465,7 @@ int rt_ioctl_giwscan(struct net_device *
-
- data->length = current_ev - extra;
- pAdapter->StaCfg.bScanReqIsFromWebUI = FALSE;
-- DBGPRINT(RT_DEBUG_ERROR ,("===>rt_ioctl_giwscan. %d(%d) BSS returned, data->length = %d\n",i , pAdapter->ScanTab.BssNr, data->length));
-+ // comment out as it causes flood in system messages. // DBGPRINT(RT_DEBUG_ERROR ,("===>rt_ioctl_giwscan. %d(%d) BSS returned, data->length = %d\n",i , pAdapter->ScanTab.BssNr, data->length));
- return 0;
- }
- #endif
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-13/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 7 May 2010 07:14:50 -0000 1.7
+++ sources 22 Sep 2010 05:01:32 -0000 1.8
@@ -1 +1 @@
-f97d72097ef12b3a4978444d0c4741e2 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+b2623a02a006e1b18eea1b9ab58495f0 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
14 years, 2 months
rpms/rt2860-kmod/devel .cvsignore, 1.7, 1.8 rt2860-dat-install-fixes.patch, 1.4, 1.5 rt2860-kmod.spec, 1.55, 1.56 rt2860-no2.4-in-kernelversion.patch, 1.3, 1.4 rt2860-suppress-flood.patch, 1.1, 1.2 sources, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25726
Modified Files:
.cvsignore rt2860-dat-install-fixes.patch rt2860-kmod.spec
rt2860-no2.4-in-kernelversion.patch
rt2860-suppress-flood.patch sources
Log Message:
* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
- version update (2.4.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 7 May 2010 07:10:25 -0000 1.7
+++ .cvsignore 22 Sep 2010 04:45:04 -0000 1.8
@@ -1 +1 @@
-2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
rt2860-dat-install-fixes.patch:
Makefile.6 | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Index: rt2860-dat-install-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-dat-install-fixes.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rt2860-dat-install-fixes.patch 7 May 2010 07:10:25 -0000 1.4
+++ rt2860-dat-install-fixes.patch 22 Sep 2010 04:45:04 -0000 1.5
@@ -1,7 +1,7 @@
-diff -rupN 2009_0918_RT2860_Linux_STA_v2.2.0.0.old/os/linux/Makefile.6 2009_0918_RT2860_Linux_STA_v2.2.0.0/os/linux/Makefile.6
---- 2009_0918_RT2860_Linux_STA_v2.2.0.0.old/os/linux/Makefile.6 2009-09-13 23:50:36.000000000 -0400
-+++ 2009_0918_RT2860_Linux_STA_v2.2.0.0/os/linux/Makefile.6 2009-10-24 00:34:24.000000000 -0400
-@@ -105,15 +105,8 @@ clean:
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/Makefile.6 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/Makefile.6
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/Makefile.6 2010-07-08 07:52:12.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/Makefile.6 2010-08-29 16:26:26.000000000 -0400
+@@ -131,18 +131,11 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
@@ -20,3 +20,6 @@
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
+ rm -rf $(addprefix $(INST_DIR),$(addsuffix .ko,$(MOD_NAME)))
+
+ # Declare the contents of the .PHONY variable as phony. We keep that
+ # information in a variable so we can use it in if_changed and friends.
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-kmod.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- rt2860-kmod.spec 8 May 2010 07:23:35 -0000 1.55
+++ rt2860-kmod.spec 22 Sep 2010 04:45:04 -0000 1.56
@@ -3,10 +3,10 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: rt2860-kmod
-Version: 2.3.0.0
+Version: 2.4.0.0
Release: 1%{?dist}
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
@@ -14,7 +14,7 @@
License: GPLv2+
URL: http://www.ralinktech.com/support.php?s=2
# No direct downloads anymore. See the above link.
-Source0: 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+Source0: 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
@@ -48,6 +48,9 @@
%patch2 -p1 -b .NetworkManager
%patch4 -p1 -b .no24
%patch6 -p1 -b .messageflood
+ for ext in c h; do
+ find . -name "*.$ext" -exec chmod -x {} \;
+ done
popd
for kernel_version in %{?kernel_versions} ; do
@@ -72,6 +75,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
+- version update (2.4.0.0)
+
* Thu Apr 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.0-1
- version update (2.3.0.0)
rt2860-no2.4-in-kernelversion.patch:
Makefile | 20 --------------------
os/linux/config.mk | 27 ---------------------------
2 files changed, 47 deletions(-)
Index: rt2860-no2.4-in-kernelversion.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-no2.4-in-kernelversion.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860-no2.4-in-kernelversion.patch 7 May 2010 07:10:25 -0000 1.3
+++ rt2860-no2.4-in-kernelversion.patch 22 Sep 2010 04:45:04 -0000 1.4
@@ -1,7 +1,7 @@
-diff -rupN 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/Makefile 2010_01_29_RT2860_Linux_STA_v2.3.0.0/Makefile
---- 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/Makefile 2009-12-23 01:15:08.000000000 -0500
-+++ 2010_01_29_RT2860_Linux_STA_v2.3.0.0/Makefile 2010-04-22 02:39:52.000000000 -0400
-@@ -176,13 +176,6 @@ test:
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/Makefile 2010_07_16_RT2860_Linux_STA_v2.4.0.0/Makefile
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/Makefile 2010-07-08 07:55:39.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/Makefile 2010-08-29 16:28:25.000000000 -0400
+@@ -234,13 +234,6 @@ test:
$(MAKE) -C tools test
LINUX:
@@ -15,11 +15,11 @@
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
ifeq ($(PLATFORM),DM6446)
$(MAKE) ARCH=arm CROSS_COMPILE=arm_v5t_le- -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
-@@ -194,34 +187,21 @@ else
+@@ -252,34 +245,21 @@ else
endif
endif
--endif
+-endif
clean:
ifeq ($(TARGET), LINUX)
@@ -50,10 +50,10 @@
endif
-endif
-diff -rupN 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/os/linux/config.mk 2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux/config.mk
---- 2010_01_29_RT2860_Linux_STA_v2.3.0.0.old/os/linux/config.mk 2010-04-22 02:35:11.000000000 -0400
-+++ 2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux/config.mk 2010-04-22 02:41:47.000000000 -0400
-@@ -218,14 +218,9 @@ WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/config.mk 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/config.mk
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/os/linux/config.mk 2010-07-09 04:58:09.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/os/linux/config.mk 2010-08-29 16:29:34.000000000 -0400
+@@ -250,14 +250,9 @@ WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
endif
ifeq ($(PLATFORM),INF_DANUBE)
@@ -68,7 +68,7 @@
ifeq ($(PLATFORM),INF_AR9)
WFLAGS += -DRT_BIG_ENDIAN -DINF_AR9
-@@ -313,11 +308,7 @@ export CFLAGS
+@@ -349,11 +344,7 @@ export CFLAGS
endif
ifeq ($(PLATFORM),INF_DANUBE)
@@ -80,7 +80,7 @@
export CFLAGS
endif
-@@ -342,14 +333,8 @@ export CFLAGS
+@@ -383,14 +374,8 @@ export CFLAGS
endif
ifeq ($(PLATFORM),PC)
@@ -90,8 +90,39 @@
- export CFLAGS
- else
# Linux 2.6
- EXTRA_CFLAGS := $(WFLAGS) -DMODVERSIONS -I$(RT28xx_DIR)/include
+ EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
+- endif
+ endif
+
+ #If the kernel version of RMI is newer than 2.6.27, please change "CFLAGS" to "EXTRA_FLAGS"
+@@ -441,11 +426,6 @@ export CFLAGS
+ endif
+
+ ifeq ($(PLATFORM),MT85XX)
+- ifneq (,$(findstring 2.4,$(LINUX_SRC)))
+- # Linux 2.4
+- CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
+- export CFLAGS
+- else
+ # Linux 2.6
+ EXTRA_CFLAGS += $(WFLAGS) -I$(RT28xx_DIR)/include
+ EXTRA_CFLAGS += -D _NO_TYPEDEF_BOOL_ \
+@@ -458,18 +438,11 @@ ifeq ($(PLATFORM),MT85XX)
+ -D _NO_TYPEDEF_INT32_ \
+ -D _NO_TYPEDEF_INT64_ \
+
+- endif
+ endif
+
+ ifeq ($(PLATFORM),NXP_TV550)
+- ifneq (,$(findstring 2.4,$(LINUX_SRC)))
+- # Linux 2.4
+- CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=mips -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
+- export CFLAGS
+- else
+ # Linux 2.6
+ EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
- endif
endif
- ifeq ($(PLATFORM),IXP)
+ ifeq ($(PLATFORM),MVL5)
rt2860-suppress-flood.patch:
cmm_asic.c | 4 ++--
rt_ate.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Index: rt2860-suppress-flood.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-suppress-flood.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-suppress-flood.patch 22 Aug 2009 19:18:27 -0000 1.1
+++ rt2860-suppress-flood.patch 22 Sep 2010 04:45:04 -0000 1.2
@@ -1,16 +1,16 @@
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/common/cmm_asic.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/common/cmm_asic.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/common/cmm_asic.c 2009-03-25 03:20:30.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/common/cmm_asic.c 2009-08-22 12:24:53.000000000 -0400
-@@ -609,7 +609,7 @@ VOID AsicSwitchChannel(
- TxPwer = (7+TxPwer);
- TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/cmm_asic.c 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/cmm_asic.c
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/cmm_asic.c 2010-07-08 07:30:47.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/cmm_asic.c 2010-08-29 16:31:58.000000000 -0400
+@@ -934,7 +934,7 @@ VOID AsicSwitchChannel(
+ // TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
+
R3 |= (TxPwer << 10);
- DBGPRINT(RT_DEBUG_ERROR, ("AsicSwitchChannel: TxPwer=%d \n", TxPwer));
+ // comment out as it causes flood // DBGPRINT(RT_DEBUG_ERROR, ("AsicSwitchChannel: TxPwer=%d \n", TxPwer));
}
else
{
-@@ -623,7 +623,7 @@ VOID AsicSwitchChannel(
+@@ -948,7 +948,7 @@ VOID AsicSwitchChannel(
TxPwer2 = (7+TxPwer2);
TxPwer2 = (TxPwer2 > 0xF) ? (0xF) : (TxPwer2);
R4 |= (TxPwer2 << 7);
@@ -19,36 +19,24 @@
}
else
{
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/rt_ate.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/rt_ate.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/rt_ate.c 2009-03-25 04:06:34.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/rt_ate.c 2009-08-22 12:25:24.000000000 -0400
-@@ -4031,7 +4031,7 @@ VOID ATEAsicSwitchChannel(
+diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/rt_ate.c 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/rt_ate.c
+--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/common/rt_ate.c 2010-07-08 07:43:17.000000000 -0400
++++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/common/rt_ate.c 2010-08-29 16:36:18.000000000 -0400
+@@ -4512,7 +4512,7 @@ VOID ATEAsicSwitchChannel(
TxPwer = (7+TxPwer);
TxPwer = (TxPwer > 0xF) ? (0xF) : (TxPwer);
R3 |= (TxPwer << 10);
-- ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
-+ // comment out as it causes flood // ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
+- DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
++ // comment out as it causes flood // DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer=%d \n", TxPwer));
}
else
{
-@@ -4045,7 +4045,7 @@ VOID ATEAsicSwitchChannel(
+@@ -4526,7 +4526,7 @@ VOID ATEAsicSwitchChannel(
TxPwer2 = (7+TxPwer2);
TxPwer2 = (TxPwer2 > 0xF) ? (0xF) : (TxPwer2);
R4 |= (TxPwer2 << 7);
-- ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
-+ // comment out as it causes flood // ATEDBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
+- DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
++ // comment out as it causes flood // DBGPRINT(RT_DEBUG_TRACE, ("ATEAsicSwitchChannel: TxPwer2=%d \n", TxPwer2));
}
else
{
-diff -rupN 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/sta_ioctl.c 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/sta_ioctl.c
---- 2009_0521_RT2860_Linux_STA_V2.1.2.0.old/os/linux/sta_ioctl.c 2009-04-23 06:07:18.000000000 -0400
-+++ 2009_0521_RT2860_Linux_STA_V2.1.2.0/os/linux/sta_ioctl.c 2009-08-22 12:22:44.000000000 -0400
-@@ -1465,7 +1465,7 @@ int rt_ioctl_giwscan(struct net_device *
-
- data->length = current_ev - extra;
- pAdapter->StaCfg.bScanReqIsFromWebUI = FALSE;
-- DBGPRINT(RT_DEBUG_ERROR ,("===>rt_ioctl_giwscan. %d(%d) BSS returned, data->length = %d\n",i , pAdapter->ScanTab.BssNr, data->length));
-+ // comment out as it causes flood in system messages. // DBGPRINT(RT_DEBUG_ERROR ,("===>rt_ioctl_giwscan. %d(%d) BSS returned, data->length = %d\n",i , pAdapter->ScanTab.BssNr, data->length));
- return 0;
- }
- #endif
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 7 May 2010 07:10:25 -0000 1.7
+++ sources 22 Sep 2010 04:45:04 -0000 1.8
@@ -1 +1 @@
-f97d72097ef12b3a4978444d0c4741e2 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+b2623a02a006e1b18eea1b9ab58495f0 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
14 years, 2 months
rpms/rt2860/F-12 rt2860-allowTKIP.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 ReleaseNote_RT2860.txt, 1.1, 1.2 rt2860.spec, 1.11, 1.12 sources, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25262
Modified Files:
.cvsignore ReleaseNote_RT2860.txt rt2860.spec sources
Added Files:
rt2860-allowTKIP.patch
Log Message:
* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
- version update (2.4.0.0)
rt2860-allowTKIP.patch:
RT2860STA.dat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE rt2860-allowTKIP.patch ---
diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/RT2860STA.dat 2010_07_16_RT2860_Linux_STA_v2.4.0.0/RT2860STA.dat
--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/RT2860STA.dat 2010-07-08 07:56:07.000000000 -0400
+++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/RT2860STA.dat 2010-08-29 16:19:31.000000000 -0400
@@ -47,7 +47,7 @@ HT_BAWinSize=64
HT_GI=1
HT_MCS=33
HT_MIMOPSMode=3
-HT_DisallowTKIP=1
+HT_DisallowTKIP=0
HT_STBC=0
IEEE80211H=0
TGnWifiTest=0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 7 May 2010 06:58:23 -0000 1.7
+++ .cvsignore 22 Sep 2010 04:40:11 -0000 1.8
@@ -1 +1 @@
-2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Index: ReleaseNote_RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-12/ReleaseNote_RT2860.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote_RT2860.txt 7 May 2010 06:58:23 -0000 1.1
+++ ReleaseNote_RT2860.txt 22 Sep 2010 04:40:11 -0000 1.2
@@ -1,96 +1,8 @@
-[2.3.0.0]
- 1. Support PSP XLINK in ad-hoc mode.
- 2. Support Linux Kernel 2.6.31/2.6.32.
-[2.2.0.0]
- 1. Fixed issue of showing wrong statistics value.
- 2. Fixed problem of showing wrong SNR in wireless extension scan list.
- 3. Support Client WDS.
-[2.1.2.0]
- 1. Short GI sampling improvement.
- 2. Support Linux Kernel 2.6.29
-[2.1.1.0]
- 1. Fixed driver would send zero IWEVASSOCREQIE to Native WpaSupplicant.
- 2. Fixed driver would send non-zero BSSID to Navtive WpaSupplicant when STA disconnecting to AP.
-[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 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.
- 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
+[2.4.0.0]
+1. Fix Adhoc issue.
+2. Fix issue: Correct RSSI, SNR, Noise calculation
+3. Fix issue: STA cannot connect to OPEN-WEP AP if WpaSupplicant set
+4. Add an ATE command for AUTOALC.
+5. Add an ATE command for interpacket GAP.
+6. Add an ATE command for ATE payload pattern.
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-12/rt2860.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rt2860.spec 7 May 2010 06:58:23 -0000 1.11
+++ rt2860.spec 22 Sep 2010 04:40:11 -0000 1.12
@@ -1,16 +1,18 @@
Name: rt2860
-Version: 2.3.0.0
+Version: 2.4.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/support.php?s=2
# No direct links anymore. See the above URL
-Source0: 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+Source0: 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Source1: ReleaseNote_RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
Source3: blacklist-rt2800pci.conf
+# Needed for WPA2 support (RFBZ #664)
+Patch0: rt2860-allowTKIP.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -24,7 +26,8 @@
rt2890).
%prep
-%setup -q -n 2010_01_29_RT2860_Linux_STA_v2.3.0.0
+%setup -q -n 2010_07_16_RT2860_Linux_STA_v2.4.0.0
+%patch0 -p1
sed 's/\r//' %{SOURCE1} > ./ReleaseNotes
touch -r %{SOURCE1} ./ReleaseNotes
@@ -35,16 +38,14 @@
iconv -f JOHAB -t UTF8 sta_ate_iwpriv_usage.txt.tmp -o sta_ate_iwpriv_usage.txt.tmp2
touch -r sta_ate_iwpriv_usage.txt sta_ate_iwpriv_usage.txt.tmp2
mv -f sta_ate_iwpriv_usage.txt.tmp2 sta_ate_iwpriv_usage.txt
+chmod -x iwpriv_usage.txt
%build
-# Needed for WPA2 support (RFBZ #664)
-sed -i 's|HT_DisallowTKIP=1|HT_DisallowTKIP=0|' RT2860STA.dat
+# buildsys sometimes fails without this:
sleep 1m
%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/
@@ -64,6 +65,9 @@
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-rt2800pci.conf
%changelog
+* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
+- version update (2.4.0.0)
+
* Thu Apr 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.0-1
- version update (2.3.0.0)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 7 May 2010 06:58:23 -0000 1.7
+++ sources 22 Sep 2010 04:40:11 -0000 1.8
@@ -1 +1 @@
-f97d72097ef12b3a4978444d0c4741e2 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+b2623a02a006e1b18eea1b9ab58495f0 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
14 years, 2 months
rpms/rt2860/F-13 rt2860-allowTKIP.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 ReleaseNote_RT2860.txt, 1.1, 1.2 rt2860.spec, 1.11, 1.12 sources, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25145
Modified Files:
.cvsignore ReleaseNote_RT2860.txt rt2860.spec sources
Added Files:
rt2860-allowTKIP.patch
Log Message:
* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
- version update (2.4.0.0)
rt2860-allowTKIP.patch:
RT2860STA.dat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE rt2860-allowTKIP.patch ---
diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/RT2860STA.dat 2010_07_16_RT2860_Linux_STA_v2.4.0.0/RT2860STA.dat
--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/RT2860STA.dat 2010-07-08 07:56:07.000000000 -0400
+++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/RT2860STA.dat 2010-08-29 16:19:31.000000000 -0400
@@ -47,7 +47,7 @@ HT_BAWinSize=64
HT_GI=1
HT_MCS=33
HT_MIMOPSMode=3
-HT_DisallowTKIP=1
+HT_DisallowTKIP=0
HT_STBC=0
IEEE80211H=0
TGnWifiTest=0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-13/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 7 May 2010 06:58:27 -0000 1.7
+++ .cvsignore 22 Sep 2010 04:39:44 -0000 1.8
@@ -1 +1 @@
-2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Index: ReleaseNote_RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-13/ReleaseNote_RT2860.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote_RT2860.txt 7 May 2010 06:58:27 -0000 1.1
+++ ReleaseNote_RT2860.txt 22 Sep 2010 04:39:44 -0000 1.2
@@ -1,96 +1,8 @@
-[2.3.0.0]
- 1. Support PSP XLINK in ad-hoc mode.
- 2. Support Linux Kernel 2.6.31/2.6.32.
-[2.2.0.0]
- 1. Fixed issue of showing wrong statistics value.
- 2. Fixed problem of showing wrong SNR in wireless extension scan list.
- 3. Support Client WDS.
-[2.1.2.0]
- 1. Short GI sampling improvement.
- 2. Support Linux Kernel 2.6.29
-[2.1.1.0]
- 1. Fixed driver would send zero IWEVASSOCREQIE to Native WpaSupplicant.
- 2. Fixed driver would send non-zero BSSID to Navtive WpaSupplicant when STA disconnecting to AP.
-[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 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.
- 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
+[2.4.0.0]
+1. Fix Adhoc issue.
+2. Fix issue: Correct RSSI, SNR, Noise calculation
+3. Fix issue: STA cannot connect to OPEN-WEP AP if WpaSupplicant set
+4. Add an ATE command for AUTOALC.
+5. Add an ATE command for interpacket GAP.
+6. Add an ATE command for ATE payload pattern.
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-13/rt2860.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rt2860.spec 7 May 2010 06:58:27 -0000 1.11
+++ rt2860.spec 22 Sep 2010 04:39:44 -0000 1.12
@@ -1,16 +1,18 @@
Name: rt2860
-Version: 2.3.0.0
+Version: 2.4.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/support.php?s=2
# No direct links anymore. See the above URL
-Source0: 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+Source0: 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Source1: ReleaseNote_RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
Source3: blacklist-rt2800pci.conf
+# Needed for WPA2 support (RFBZ #664)
+Patch0: rt2860-allowTKIP.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -24,7 +26,8 @@
rt2890).
%prep
-%setup -q -n 2010_01_29_RT2860_Linux_STA_v2.3.0.0
+%setup -q -n 2010_07_16_RT2860_Linux_STA_v2.4.0.0
+%patch0 -p1
sed 's/\r//' %{SOURCE1} > ./ReleaseNotes
touch -r %{SOURCE1} ./ReleaseNotes
@@ -35,16 +38,14 @@
iconv -f JOHAB -t UTF8 sta_ate_iwpriv_usage.txt.tmp -o sta_ate_iwpriv_usage.txt.tmp2
touch -r sta_ate_iwpriv_usage.txt sta_ate_iwpriv_usage.txt.tmp2
mv -f sta_ate_iwpriv_usage.txt.tmp2 sta_ate_iwpriv_usage.txt
+chmod -x iwpriv_usage.txt
%build
-# Needed for WPA2 support (RFBZ #664)
-sed -i 's|HT_DisallowTKIP=1|HT_DisallowTKIP=0|' RT2860STA.dat
+# buildsys sometimes fails without this:
sleep 1m
%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/
@@ -64,6 +65,9 @@
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-rt2800pci.conf
%changelog
+* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
+- version update (2.4.0.0)
+
* Thu Apr 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.0-1
- version update (2.3.0.0)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-13/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 7 May 2010 06:58:27 -0000 1.7
+++ sources 22 Sep 2010 04:39:44 -0000 1.8
@@ -1 +1 @@
-f97d72097ef12b3a4978444d0c4741e2 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+b2623a02a006e1b18eea1b9ab58495f0 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
14 years, 2 months
rpms/rt2860/devel rt2860-allowTKIP.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 ReleaseNote_RT2860.txt, 1.1, 1.2 rt2860.spec, 1.11, 1.12 sources, 1.7, 1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24091
Modified Files:
.cvsignore ReleaseNote_RT2860.txt rt2860.spec sources
Added Files:
rt2860-allowTKIP.patch
Log Message:
* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
- version update (2.4.0.0)
rt2860-allowTKIP.patch:
RT2860STA.dat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE rt2860-allowTKIP.patch ---
diff -rupN 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/RT2860STA.dat 2010_07_16_RT2860_Linux_STA_v2.4.0.0/RT2860STA.dat
--- 2010_07_16_RT2860_Linux_STA_v2.4.0.0.old/RT2860STA.dat 2010-07-08 07:56:07.000000000 -0400
+++ 2010_07_16_RT2860_Linux_STA_v2.4.0.0/RT2860STA.dat 2010-08-29 16:19:31.000000000 -0400
@@ -47,7 +47,7 @@ HT_BAWinSize=64
HT_GI=1
HT_MCS=33
HT_MIMOPSMode=3
-HT_DisallowTKIP=1
+HT_DisallowTKIP=0
HT_STBC=0
IEEE80211H=0
TGnWifiTest=0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 7 May 2010 06:55:00 -0000 1.7
+++ .cvsignore 22 Sep 2010 04:28:44 -0000 1.8
@@ -1 +1 @@
-2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Index: ReleaseNote_RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/ReleaseNote_RT2860.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote_RT2860.txt 7 May 2010 06:55:00 -0000 1.1
+++ ReleaseNote_RT2860.txt 22 Sep 2010 04:28:44 -0000 1.2
@@ -1,96 +1,8 @@
-[2.3.0.0]
- 1. Support PSP XLINK in ad-hoc mode.
- 2. Support Linux Kernel 2.6.31/2.6.32.
-[2.2.0.0]
- 1. Fixed issue of showing wrong statistics value.
- 2. Fixed problem of showing wrong SNR in wireless extension scan list.
- 3. Support Client WDS.
-[2.1.2.0]
- 1. Short GI sampling improvement.
- 2. Support Linux Kernel 2.6.29
-[2.1.1.0]
- 1. Fixed driver would send zero IWEVASSOCREQIE to Native WpaSupplicant.
- 2. Fixed driver would send non-zero BSSID to Navtive WpaSupplicant when STA disconnecting to AP.
-[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 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.
- 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
+[2.4.0.0]
+1. Fix Adhoc issue.
+2. Fix issue: Correct RSSI, SNR, Noise calculation
+3. Fix issue: STA cannot connect to OPEN-WEP AP if WpaSupplicant set
+4. Add an ATE command for AUTOALC.
+5. Add an ATE command for interpacket GAP.
+6. Add an ATE command for ATE payload pattern.
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/rt2860.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rt2860.spec 7 May 2010 06:55:00 -0000 1.11
+++ rt2860.spec 22 Sep 2010 04:28:44 -0000 1.12
@@ -1,16 +1,18 @@
Name: rt2860
-Version: 2.3.0.0
+Version: 2.4.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/support.php?s=2
# No direct links anymore. See the above URL
-Source0: 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+Source0: 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
Source1: ReleaseNote_RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
Source3: blacklist-rt2800pci.conf
+# Needed for WPA2 support (RFBZ #664)
+Patch0: rt2860-allowTKIP.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -24,7 +26,8 @@
rt2890).
%prep
-%setup -q -n 2010_01_29_RT2860_Linux_STA_v2.3.0.0
+%setup -q -n 2010_07_16_RT2860_Linux_STA_v2.4.0.0
+%patch0 -p1
sed 's/\r//' %{SOURCE1} > ./ReleaseNotes
touch -r %{SOURCE1} ./ReleaseNotes
@@ -35,16 +38,14 @@
iconv -f JOHAB -t UTF8 sta_ate_iwpriv_usage.txt.tmp -o sta_ate_iwpriv_usage.txt.tmp2
touch -r sta_ate_iwpriv_usage.txt sta_ate_iwpriv_usage.txt.tmp2
mv -f sta_ate_iwpriv_usage.txt.tmp2 sta_ate_iwpriv_usage.txt
+chmod -x iwpriv_usage.txt
%build
-# Needed for WPA2 support (RFBZ #664)
-sed -i 's|HT_DisallowTKIP=1|HT_DisallowTKIP=0|' RT2860STA.dat
+# buildsys sometimes fails without this:
sleep 1m
%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/
@@ -64,6 +65,9 @@
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-rt2800pci.conf
%changelog
+* Sun Aug 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.4.0.0-1
+- version update (2.4.0.0)
+
* Thu Apr 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.0-1
- version update (2.3.0.0)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 7 May 2010 06:55:00 -0000 1.7
+++ sources 22 Sep 2010 04:28:44 -0000 1.8
@@ -1 +1 @@
-f97d72097ef12b3a4978444d0c4741e2 2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
+b2623a02a006e1b18eea1b9ab58495f0 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.gz
14 years, 2 months