Re: [zd1211-devs] Problem with MTU 500

2010-03-12 Thread Benoit PAPILLAULT
Ernst J. Oud a écrit : L.S. FYI I just successfully (although with lots of warnings) the vendor driver 3.0.0.56 using Hin-Tak's patch set. (Version 2.22.0.0 also compiled fine but crashed my box.) *Without* the ZDCONF_R8610_FRAG_FIX parameter set in the Makefile, it runs fine using an

Re: [zd1211-devs] Problem with MTU 500

2010-03-04 Thread Benoit PAPILLAULT
Ernst J. Oud a écrit : L.S. Mmm I might be onto something about this weird MTU problem with Zydas 1211b based devices on my embedded box. This box has an RDC i486 SOC processor. Within the vendor driver of the Zydas 1211b there is an extra compiler flag called ZDCONF_R8610_FRAG_FIX

[zd1211-devs] [PATCH 1/2] zd1211rw: Experimental change to add proper monitor support

2010-02-14 Thread Benoit Papillault
Without this patch, monitor mode does not returns all frames. With this patch, the performance are quite poor if we create a monitor interface. Note : creating a monitor interface with the cook flag has no impact on performance. Signed-off-by: Benoit Papillault benoit.papilla...@free.fr

Re: [zd1211-devs] Disconnection during ftp upload

2010-02-04 Thread Benoit PAPILLAULT
julien cubizolles a écrit : Le mercredi 03 février 2010 à 23:53 +0100, Benoit PAPILLAULT a écrit : julien cubizolles a écrit : What could be tried as a workaround is to comment the code that trigger the disconnect and see what happens. The code is located in net/mac80211/mlme.c

Re: [zd1211-devs] Disconnection during ftp upload

2010-02-01 Thread Benoit PAPILLAULT
julien cubizolles a écrit : Le lundi 01 février 2010 à 18:44 +0100, Benoit PAPILLAULT a écrit : What is the size of your file? around 1Go Do you experiment the same issue with scp? No problem with scp. ftp upload fails to : * another Ubuntu machine * a freeboxHD

[zd1211-devs] [PATCH] zd1211rw: Fix multicast filtering.

2010-01-03 Thread Benoit Papillault
-by: Benoit Papillault benoit.papilla...@free.fr --- drivers/net/wireless/zd1211rw/zd_mac.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/net/wireless/zd1211rw/zd_mac.c b/drivers/net/wireless/zd1211rw/zd_mac.c index 5313313..9cb6cbc 100644 --- a/drivers/net

Re: [zd1211-devs] Rate configuration

2009-12-14 Thread Benoit PAPILLAULT
julien cubizolles a écrit : Le vendredi 11 décembre 2009 à 21:56 +0100, Benoit PAPILLAULT a écrit : In order to get more information on what happens in your situation, you need to use debugfs : mount -t debugfs debugfs /sys/kernel/debug Then, minstrel statistics should be available

Re: [zd1211-devs] Rate configuration

2009-12-14 Thread Benoit PAPILLAULT
julien cubizolles a écrit : [cut] I tried it between two of my computers, both on wireless, the client being the one using a zd1211rw chip. If i don't manually set the bitrate to 1M, I don't get any throughput. If I set it to 54M, I get * on the server side : [ 4] 0.0-11.6 sec 3.73

Re: [zd1211-devs] Rate configuration

2009-12-11 Thread Benoit PAPILLAULT
julien cubizolles a écrit : Le vendredi 11 décembre 2009 à 00:13 +0100, Benoit PAPILLAULT a écrit : I don't know. You can check the source code this the patch is easy to identify. I checked. The patch is committed in compat-wireless bleeding edge but doesn't seem to improve the problem

Re: [zd1211-devs] monitor mode not capturing other BSS packets

2009-11-30 Thread Benoit PAPILLAULT
Luis R. Rodriguez a écrit : On Thu, Nov 26, 2009 at 01:47:14AM -0800, Gábor Stefanik wrote: 2009/11/25 Benoit PAPILLAULT benoit.papilla...@free.fr: Benoit PAPILLAULT a écrit : TX rate is dropping a lot (like 20 MBits down to 200 kbits/s). Using another card in monitor mode, I still see

Re: [zd1211-devs] monitor mode not capturing other BSS packets

2009-11-25 Thread Benoit PAPILLAULT
Benoit PAPILLAULT a écrit : TX rate is dropping a lot (like 20 MBits down to 200 kbits/s). Using another card in monitor mode, I still see packets sent at 54 Mbits rate however. I found out what is wrong with the TX throughput. In fact, when a packet is transmitted at 54 Mbits

Re: [zd1211-devs] monitor mode not capturing other BSS packets

2009-11-23 Thread Benoit PAPILLAULT
Hin-Tak Leung a écrit : --- On Sun, 22/11/09, Daniel Drake d...@gentoo.org wrote: Benoit PAPILLAULT wrote: 1. I did not receive junk packet so far with only enabling CR_SNIFFER_ON. The reason we flip-flopped once or twice in the past is because CR_SNIFFER_ON behaves

Re: [zd1211-devs] monitor mode not capturing other BSS packets

2009-11-23 Thread Benoit PAPILLAULT
Gábor Stefanik a écrit : 2009/11/22 Benoit PAPILLAULT benoit.papilla...@free.fr: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gábor Stefanik a écrit : Yes, that is probably the problem; please try this patch: http://patches.aircrack-ng.org/zd1211rw_inject_2.6.26.patch. It's just

Re: [zd1211-devs] monitor mode not capturing other BSS packets

2009-11-22 Thread Benoit PAPILLAULT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gábor Stefanik a écrit : Yes, that is probably the problem; please try this patch: http://patches.aircrack-ng.org/zd1211rw_inject_2.6.26.patch. It's just a hack, but it works. (Without the hack, only enabling CR_SNIFFER_ON will cause the card to

[zd1211-devs] [PATCH] zd1211rw: Fix TX status reporting in order to have proper rate control

2009-10-22 Thread Benoit PAPILLAULT
are just doing our best in order to get the best performance (ie higher throughput). Signed-off-by: Benoit PAPILLAULT benoit.papilla...@free.fr --- drivers/net/wireless/zd1211rw/zd_chip.c |4 +- drivers/net/wireless/zd1211rw/zd_chip.h | 18 +++- drivers/net/wireless/zd1211rw/zd_mac.c | 204

Re: [zd1211-devs] CR_TOTAL_TX_FRM register

2009-10-10 Thread Benoit PAPILLAULT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benoit PAPILLAULT a écrit : Hello, I've tried the vendor driver ZD1211LnxDrv_2_22_0_0 and the TotalTxFrm register IS updated (using a 2.6.18 kernel this time). So it seems the zd1211rw driver is missing something. How I can help debugging

Re: [zd1211-devs] CR_TOTAL_TX_FRM register

2009-10-05 Thread Benoit PAPILLAULT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benoit PAPILLAULT a écrit : Hello, I'm currently trying to understand the Zydas chip (I found out that all my machine / servers are using it). I'm trying to learn mac80211 as well (I have some experience with ath5k rt2x00). Anyway, I tried

Re: [zd1211-devs] bridging with zd1211rw

2007-09-15 Thread Benoit PAPILLAULT
Andrea Borgia a écrit : On Wed, 12 Sep 2007, Andrea Borgia wrote: Anything else I might want to check? Is there anybody out there? It depends on the driver (probably), but it mostly depends on the mode of your device. AFAIK, only AP and WDS mode can be used in bridge. STA and

Re: [zd1211-devs] eth2_rename

2006-12-05 Thread Benoit PAPILLAULT
Fernando Toledo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Drake escribió: Fernando Toledo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, im use the RW driver on 2.6.18.3 i see that the iface name is eth2_rename is it a problem?, the device works fine, but

Re: [zd1211-devs] multicast support and ipv6

2006-11-27 Thread Benoit PAPILLAULT
Uli Kunitz wrote: Benoit, I'm doing the filtering with following change: OK. I read the patch a bit fast. My apologies... I'm absolutely interested in test results. The patch works for me here under IPv4. Patch is working under IPv6 as well. Thanks for the rewriting it. Benoit

Re: [zd1211-devs] multicast support and ipv6

2006-11-23 Thread Benoit PAPILLAULT
Benoit PAPILLAULT wrote: Hello, I noticed that the zd1211rw driver does not work with ipv6 since the autoconfiguration process requires multicast to be implemented. This was working with the vendor driver. I successfully ported the needed part of the source code to zd1211rw to add multicast

Re: [zd1211-devs] working on PPC ??

2006-06-25 Thread Benoit PAPILLAULT
rello wrote: Ciao! As I said on both my machine runs Debian Sid, not Mac Os X. I am looking for a solution for compiling linux drivers supporting monitor mode on PPC hardware. Someone can help? Thanks for you reply, Rello jxiao wrote: Dear rello: The ZD1211 driver package