Re: [RFC PATCH 1/2] Hardware button support for Wireless cards: radiobtn

2006-06-04 Thread Ivo van Doorn
On Saturday 3 June 2006 10:45, Stefan Rompf wrote: Am Freitag 02 Juni 2006 16:30 schrieb Ivo van Doorn: Or actually, I don't think the radiobtn/ won't be actually needed as prefix. The name passed to the radiobtn driver by the driver should be sufficient. Updated version,

[PATCH] bcm43xx-d80211: add DMA rx poll workaround to DMA4

2006-06-04 Thread Michael Buesch
This is the same patch as before, but for the dscape port. Please apply to wireless-dev. -- Also add the Poll RX DMA Memory workaround to the DMA4 (xmitstatus) path. Signed-off-by: Michael Buesch [EMAIL PROTECTED] diff --git a/drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.c

[PATCH] bcm43xx-d80211: Fix 64bit compiler warnings

2006-06-04 Thread Michael Buesch
Fix all 64bit compiler warnings. Signed-off-by: Michael Buesch [EMAIL PROTECTED] diff --git a/drivers/net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c b/drivers/net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c index e882bc1..0f7303e 100644 --- a/drivers/net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c

Re: [RFC PATCH 1/2] Hardware button support for Wireless cards: radiobtn

2006-06-04 Thread Stefan Rompf
Am Sonntag 04 Juni 2006 10:02 schrieb Ivo van Doorn: Except for the bluetooth radio key (which should be supported by the radiobtn interface as well) the other buttons have support through already excisting input devices if I am correct. You are wrong for quite a bunch of laptop models.

Re: [RFC PATCH 1/2] Hardware button support for Wireless cards: radiobtn

2006-06-04 Thread Ivo van Doorn
On Sunday 4 June 2006 12:14, Stefan Rompf wrote: Am Sonntag 04 Juni 2006 10:02 schrieb Ivo van Doorn: Except for the bluetooth radio key (which should be supported by the radiobtn interface as well) the other buttons have support through already excisting input devices if I am correct.

Re: [Bugme-new] [Bug 6613] New: iptables broken on 32-bit PReP (ARCH=ppc)

2006-06-04 Thread Meelis Roos
Please enable DEBUG_IP_FIREWALL_USER in net/netfilter/x_tables.c as well and retry. Results of the raw or mangle table would also be interesting because they contain a different number of built-in chains. Sorry it took so long, I was away. Adding this define does not seem to do much

Re: OLPC (One Laptop Per Child) Developer's program.

2006-06-04 Thread Anand Kumria
On Sat, 03 Jun 2006 12:49:05 +0100, David Woodhouse wrote: On Tue, 2006-05-30 at 17:42 -0400, Jim Gettys wrote: As you know, we've said we were going to have a developer's program. You can find more information, including how to apply for boards at:

PATCH SB1250 NAPI support

2006-06-04 Thread Tom Rix
A while ago I submitted this patch for NAPI support for SB1250 / SB1480. I have tested it again on the recent (6/3/06) linux-mips kernel. Tom Below is the original posting. This patch adds NAPI support for the Broadcom Sibyte SB1xxx family. The changes are limited to adding a new config key

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-04 Thread John Que
Hello, I must confess I don't know much about the ZyDas driver and the rewrite dirver, but folliowing this post I looked a bit at the code (of both zd1211 and the rewrite version) and I have a little question; this may be seen as a (little) off topic but I will be happy if somebody will raise

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-04 Thread Oliver Neukum
Am Sonntag, 4. Juni 2006 18:29 schrieb John Que:   I had noticed that the zd1211 driver does call request_irq() in zd1205_open(), file zd1205.c; grepping for request_irq() in the rewrite driver yields no results. (I looked at the rewrite version from a week ago but in this point it is

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-04 Thread Rami Rosen
Hi, While I did not yet review fully the code , I saw some definitions which are not in use. (more than 150 such definitions, in one file) I think it may be better to remove this #define statements to make the code more readable. In case there will be a need in the future, the needed #define

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-04 Thread John Que
Hello Oliver, I am sorry, but I think I don't understand , You said: A USB driver never will request an irq. Interrupt handling is done in the core usb layer. Individual drivers have no business there. but in the zd1211 driver (not the rewrite version) I found this call to request an irq:

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-04 Thread Oliver Neukum
Am Sonntag, 4. Juni 2006 20:22 schrieb John Que: Hello Oliver, I am sorry, but I think I don't understand , You said: A USB driver never will request an irq. Interrupt handling is done in the core usb layer. Individual drivers have no business there. but in the zd1211 driver (not

[PATCH] bcm43xx: quiet down log spam from set_security

2006-06-04 Thread Michael Buesch
John, please queue for 2.6.18. -- From: Jason Lunz [EMAIL PROTECTED] The debug logging in bcm43xx_ieee80211_set_security() is pretty noisy. Make it more silent. Signed-off-by: Jason Lunz [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] diff -ur

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-04 Thread Daniel Drake
John Que wrote: I had noticed that the zd1211 driver does call request_irq() in zd1205_open(), file zd1205.c; Look at it in context: #ifndef HOST_IF_USB if ((rc = request_irq(dev-irq, zd1205_intr, SA_SHIRQ, dev-name, dev)) != 0) { printk(KERN_ERR zd1205: failed to

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-04 Thread Daniel Drake
Rami Rosen wrote: It is mentioned there that these definitions are taken from the ZYDAS driver and not all of them are relevant for the rewrite driver; however, it seems to me that removing them may be thought of. They are mostly relevant, not all come from the vendor driver directly, some

[PATCH] hush noisy ieee80211 CCMP printks

2006-06-04 Thread Jason Lunz
Don't swamp syslog with CCMP: decrypt failed: STA=00:12:17:3a:e2:c7 and CCMP: replay detected: STA=00:12:17:3a:e2:c7 previous PN 0004 received PN 0004 messages. These both seem to be completely normal in regular use, especially 'decrypt failed' whenever another wpa-using

wireless (was Re: 2.6.18 -mm merge plans)

2006-06-04 Thread Jeff Garzik
On Sun, Jun 04, 2006 at 01:50:11PM -0700, Andrew Morton wrote: acx1xx-wireless-driver.patch fix-tiacx-on-alpha.patch tiacx-fix-attribute-packed-warnings.patch tiacx-pci-build-fix.patch tiacx-ia64-fix.patch It is about time we did something with this large and presumably useful

Re: wireless (was Re: 2.6.18 -mm merge plans)

2006-06-04 Thread Andrew Morton
On Sun, 4 Jun 2006 21:06:36 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: On Sun, Jun 04, 2006 at 01:50:11PM -0700, Andrew Morton wrote: acx1xx-wireless-driver.patch fix-tiacx-on-alpha.patch tiacx-fix-attribute-packed-warnings.patch tiacx-pci-build-fix.patch tiacx-ia64-fix.patch It

Re: [Bug 6421] kernel 2.6.10-2.6.16 on alpha: arch/alpha/kernel/io.c, iowrite16_rep() BUG_ON((unsigned long)src 0x1) triggered

2006-06-04 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Sat, 3 Jun 2006 21:07:11 +1000 On Sat, Jun 03, 2006 at 07:51:23PM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote: I think that people will start thinking why we cannot skb_pull(skb, len) if skb_headlen(skb) == len; some comment needed... Good