Re: [PATCH RFT] b43: Fix for broken transmission

2007-12-12 Thread Pavel Roskin
Quoting Larry Finger [EMAIL PROTECTED]: Michael Buesch wrote: Here's an updated version that should fix even more bugs: http://bu3sch.de/patches/wireless-2.6/20071211-1622/patches/005-b43-fix-init-rewrite-breakage.patch I had to omit the last part (for tables.c) - it's unrelated, cosmetic

Re: [PATCH RFT] b43: Fix for broken transmission

2007-12-12 Thread stefano . brivio
Citando Michael Buesch [EMAIL PROTECTED]: On Tuesday 11 December 2007 13:43:50 Michael Buesch wrote: This patch fixes the transmission problems introduced by commit f04b3787bbce4567e28069a9ec97dcd804626ac7 It depends on [PATCH] b43: Fix ofdmtab write regression I'm not sure if the dummy

Re: [PATCH RFT] b43: Fix for broken transmission

2007-12-12 Thread Michael Buesch
On Wednesday 12 December 2007 09:21:26 Pavel Roskin wrote: Quoting Larry Finger [EMAIL PROTECTED]: Michael Buesch wrote: Here's an updated version that should fix even more bugs: http://bu3sch.de/patches/wireless-2.6/20071211-1622/patches/005-b43-fix-init-rewrite-breakage.patch I had

Re: b43 regression

2007-12-12 Thread Michael Buesch
On Wednesday 12 December 2007 04:16:22 Brennan Ashton wrote: On Dec 11, 2007 3:02 AM, Michael Buesch [EMAIL PROTECTED] wrote: On Tuesday 11 December 2007 02:14:05 Brennan Ashton wrote: https://bugzilla.redhat.com/show_bug.cgi?id=412861 I downloaded the source for 2.6.23.8-63.fc8.src.rpm

[PATCH RFT] b43: Fix rfkill radio LED

2007-12-12 Thread Michael Buesch
I tried to fix the locking breakage and also cleaned up a few other things. Please test this Larry. If that works, I will immediately send it to John. Thanks. Subject: b43: Fix rfkill radio LED From: Larry Finger [EMAIL PROTECTED] This fixes Bug #9414 Since addition of the rfkill

[PATCH] b43: Fix for broken transmission

2007-12-12 Thread Michael Buesch
This patch fixes the transmission problems introduced by commit f04b3787bbce4567e28069a9ec97dcd804626ac7 I'm not sure if the dummy read is really required. The old code does it. I think it can't hurt and can possibly fix some write posting problems (hardware bugs or whatever. Who knows).

Re: [PATCH] b43: Fix for broken transmission

2007-12-12 Thread Michael Buesch
On Wednesday 12 December 2007 19:50:11 Michael Buesch wrote: This patch fixes the transmission problems introduced by commit f04b3787bbce4567e28069a9ec97dcd804626ac7 I'm not sure if the dummy read is really required. The old code does it. I think it can't hurt and can possibly fix some

[PATCH #2] b43: Fix for broken transmission

2007-12-12 Thread Michael Buesch
This patch fixes the transmission problems introduced by commit f04b3787bbce4567e28069a9ec97dcd804626ac7 I'm not sure if the dummy read is really required. The old code does it. I think it can't hurt and can possibly fix some write posting problems (hardware bugs or whatever. Who knows).

Operation wpa_driver_wext_set_countermeasures not supported

2007-12-12 Thread Robert Allerstorfer
Hi, I have just updated the kernel of Fedora 8 running on my iBook G4 from the latest official one (2.6.23.8-63) to the latest testing version (2.6.23.9-90). This solved all the ioctl[SIOCSIWAUTH]: Operation not supported errors which occured after wpa_supplicant issued the

Re: Operation wpa_driver_wext_set_countermeasures not supported

2007-12-12 Thread Michael Buesch
On Wednesday 12 December 2007 23:48:10 Robert Allerstorfer wrote: Before starting wpa_supplicant: [EMAIL PROTECTED] ~]# dmesg | egrep 'b43|ssb|wlan0|wmaster0' ssb: SPROM revision 1 detected. ssb: Sonics Silicon Backplane found on PCI device 0001:10:12.0 b43-phy0: Broadcom 4306 WLAN found

[PATCH] b43: Fix rfkill radio LED

2007-12-12 Thread Larry Finger
Michael, I finally found the problem. It turned out that b43_rfkill_soft_toggle() was returning -EBUSY even when there was no error. I also changed the logic in the request_module(rfkill-input) section. Now, the code is only compiled if rfkill-input is not built-in. AFAIK, it is ready for John,

[PATCH] b43: Fix rfkill radio LED

2007-12-12 Thread Larry Finger
Michael, I finally found the problem. It turned out that b43_rfkill_soft_toggle() was returning -EBUSY even when there was no error. I also changed the logic in the request_module(rfkill-input) section. Now, the code is only compiled if rfkill-input is not built-in. AFAIK, it is ready for John,