[PATCH V2] bcm43xx: Interrogate hardware-enable switch and update LEDs

2006-12-30 Thread Larry Finger
The current bcm43xx driver ignores any wireless-enable switches on mini-PCI and mini-PCI-E cards. This patch implements a new routine to interrogate the radio hardware enabled bit in the interface, logs the initial state and any changes in the switch (if debugging enabled), activates the LED to sho

[PATCH] bcm43xx-d80211: Interrogate hardware-enable switch and update LEDs

2006-12-30 Thread Larry Finger
The current bcm43xx driver ignores any wireless-enable switches on mini-PCI and mini-PCI-E cards. This patch implements a new routine to interrogate the radio hardware enabled bit in the interface, logs the initial state and any changes in the switch (if debugging enabled), activates the LED to sho

Re: [OOPS] bcm43xx oops on 2.6.20-rc1 on x86_64

2006-12-30 Thread Larry Finger
Aaron Sethman wrote: > > On Sat, 30 Dec 2006, Adrian Bunk wrote: > >> On Sun, Dec 17, 2006 at 03:15:28PM -0500, Aaron Sethman wrote: >>> >>> Just was loading the bcm43xx module and got the following oops. Note >>> that >>> this card is one of the newer PCI-E cards. If any other info is needed >>

Re: [OOPS] bcm43xx oops on 2.6.20-rc1 on x86_64

2006-12-30 Thread Aaron Sethman
On Sat, 30 Dec 2006, Adrian Bunk wrote: On Sun, Dec 17, 2006 at 03:15:28PM -0500, Aaron Sethman wrote: Just was loading the bcm43xx module and got the following oops. Note that this card is one of the newer PCI-E cards. If any other info is needed let me know. Is this issue still present i

TCP_DEFER_ACCEPT brokenness?

2006-12-30 Thread dean gaudet
hi... i'm having troubles matching up the tcp(7) man page description of TCP_DEFER_ACCEPT versus some comments in the kernel (2.6.20-rc2) versus how the kernel actually acts. the man page says this: TCP_DEFER_ACCEPT Allows a listener to be awakened only when data arrives on t

2.6.20-rc2: known unfixed regressions (v2)

2006-12-30 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc2 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering

Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer

2006-12-30 Thread Komuro
> Can you reproduce it with other ftp client and/or server? O.K. I wiil try to test other ftp client and server. > Please provide the output of "netstat -na" command during the > transfer, and the output of "lsmod | grep conntrack" (just for > sure). Please see the output of "netstat -na" wh

[PATCH] zd1211rw: Add ID for Linksys WUSBF54G

2006-12-30 Thread Daniel Drake
Tested by Henrik Hjelte zd1211b chip 13b1:0024 v4802 high 00-14-bf AL2230_RF pa0 Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> --- zd_usb.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Index: linux-2.6/drivers/net/wireless/zd1211rw/zd_usb.c ==

[PATCH RESEND] zd1211rw: 2 new ZD1211B device ID's

2006-12-30 Thread Daniel Drake
Philips SNU5600, tested by unibrow zd1211b chip 0471:1236 v4810 high 00-12-bf AL2230_RF pa0 g-- SMC Ez Connect 802.11g (SMCWUSB-G), tested by Victorino Sanz Prat zd1211b chip 083a:4505 v4810 ful l 00-13-f7 AL2230_RF pa0 g--N Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> --- zd_usb.c |2 ++

Re: [OOPS] bcm43xx oops on 2.6.20-rc1 on x86_64

2006-12-30 Thread Larry Finger
Adrian Bunk wrote: > On Sat, Dec 30, 2006 at 03:23:42PM -0600, Larry Finger wrote: >> Adrian Bunk wrote: >>> On Sun, Dec 17, 2006 at 03:15:28PM -0500, Aaron Sethman wrote: Just was loading the bcm43xx module and got the following oops. Note that this card is one of the newer PCI-E cards.

Re: [OOPS] bcm43xx oops on 2.6.20-rc1 on x86_64

2006-12-30 Thread Adrian Bunk
On Sat, Dec 30, 2006 at 03:23:42PM -0600, Larry Finger wrote: > Adrian Bunk wrote: > > On Sun, Dec 17, 2006 at 03:15:28PM -0500, Aaron Sethman wrote: > >> Just was loading the bcm43xx module and got the following oops. Note that > >> this card is one of the newer PCI-E cards. If any other info is

Re: [OOPS] bcm43xx oops on 2.6.20-rc1 on x86_64

2006-12-30 Thread Larry Finger
Adrian Bunk wrote: > On Sun, Dec 17, 2006 at 03:15:28PM -0500, Aaron Sethman wrote: >> Just was loading the bcm43xx module and got the following oops. Note that >> this card is one of the newer PCI-E cards. If any other info is needed >> let me know. > > Is this issue still present in 2.6.10-rc

Re: [OOPS] bcm43xx oops on 2.6.20-rc1 on x86_64

2006-12-30 Thread Adrian Bunk
On Sun, Dec 17, 2006 at 03:15:28PM -0500, Aaron Sethman wrote: > > Just was loading the bcm43xx module and got the following oops. Note that > this card is one of the newer PCI-E cards. If any other info is needed > let me know. Is this issue still present in 2.6.10-rc2-git1? If yes, was 2.6.

[PATCH][ETHTOOL] Add register dump support for SMSC LAN911x/LAN921x

2006-12-30 Thread Steve Glendinning
This patch adds support for SMSC's LAN911x and LAN921x families of embedded ethernet controllers to ethtool's dump registers (-d) command. This patch is for use with the smsc911x driver. Signed-off-by: Steve Glendinning <[EMAIL PROTECTED]> --- Makefile.am|3 +- ethtool-util.h |4 ++

Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer

2006-12-30 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Sat, 30 Dec 2006 20:59:31 +0900), Komuro <[EMAIL PROTECTED]> says: > > Do you see similar issue with other simple application? > > sorry, I don't reproduce this problem on other application. Can you reproduce it with other ftp client and/or server? Anyway...

Re: [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs

2006-12-30 Thread Michael Buesch
On Friday 29 December 2006 21:00, Larry Finger wrote: > The current bcm43xx driver ignores any wireless-enable switches on mini-PCI > and mini-PCI-E cards. This patch implements a new routine to interrogate the > radio hardware enabled bit in the interface, logs the initial state and any > changes