Re: Explanation of git repositories, please

2006-06-28 Thread Larry Finger
James MacKenzie wrote: Can someone please explain the difference between the wireless-2.6-git and the wireless-dev-git repositories? As far as I understand the dev one is where the current development is being done, but why would I want to use wireless-2.6-git instead of just going with 2.6.1

Explanation of git repositories, please

2006-06-28 Thread James MacKenzie
Can someone please explain the difference between the wireless-2.6-git and the wireless-dev-git repositories? As far as I understand the dev one is where the current development is being done, but why would I want to use wireless-2.6-git instead of just going with 2.6.17.1, for example? What

Re: [PATCH, RFT] bcm43xx: AccessPoint mode

2006-06-28 Thread Francois Barre
Well, I doubt it is a bcm43xx issue. But maybe. Not sure. Do you run some QoS stuff? Some other quota stuff? Yes, a special QoS rule that cuts off connections from devices that do not use a GPL driver. Long life to the penguin ! Soon, my HiFi will cut off the whole drum section of the DRM son

Re: [PATCH, RFT] bcm43xx: AccessPoint mode

2006-06-28 Thread Michael Buesch
On Wednesday 28 June 2006 21:27, Francois Barre wrote: > Hi all, > > Sorry for answering years after the patch post, I didn't have time to > test this take2 patch before. I had a first look at it a couple of > days ago, but... you know, that was not my day. > > > Well, it does not work 100%, but

Re: [PATCH, RFT] bcm43xx: AccessPoint mode

2006-06-28 Thread Francois Barre
Hi all, Sorry for answering years after the patch post, I didn't have time to test this take2 patch before. I had a first look at it a couple of days ago, but... you know, that was not my day. Well, it does not work 100%, but at least it's very promising. We are able to create a bssid and corre

[PATCH] bcm43xx-d80211: Lower mac_suspend timeout

2006-06-28 Thread Michael Buesch
Lower mac_suspend timeout. This timeout won't ever trigger, if the hardware and driver is not horribly faulty. It's just a safety net to not lock up the kernel on bugs. Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> Index: wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c ===

[PATCH] bcm43xx-d80211: fix mac_suspend refcount

2006-06-28 Thread Michael Buesch
This fixes mac_suspend reference counting for ifconfig up ifconfig down ifconfig up Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> Index: wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c === --- wireless-dev.orig/dr

[PATCH] bcm43xx: fix mac_suspend refcount

2006-06-28 Thread Michael Buesch
This fixes mac_suspend reference counting for ifconfig up ifconfig down ifconfig up Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> Index: wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_main.c === --- wireless-2.6.orig/drivers/n

[PATCH] bcm43xx: voluntary preemtion in the calibration loops

2006-06-28 Thread Michael Buesch
This patch adds voluntary preemption points into the PHY calibration loops to allow non-CONFIG_PREEMPT machines to not suffer from huge delays. CONFIG_PREEMPT machines are already fine, because all this code is run in non-atomic process context. Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> I

Re: Discrepancy in noise scale table for G PHY Rev <= 2

2006-06-28 Thread Larry Finger
Joe, Joseph Jezak wrote: Larry Finger wrote: In http://bcm-specs.sipsolutions.net/APHYSetup/noise_scale_table in the table for G PHY Rev <= 2, offset 13 has the value 0x1402, whereas bcm43xx_ilt.c has 0x1400 for the equivalent number. Is this a typo in the driver or on the website? Larry I r

Re: Discrepancy in noise scale table for G PHY Rev <= 2

2006-06-28 Thread Joseph Jezak
Larry Finger wrote: > In http://bcm-specs.sipsolutions.net/APHYSetup/noise_scale_table in the > table for G PHY Rev <= 2, offset 13 has the value 0x1402, whereas > bcm43xx_ilt.c has 0x1400 for the equivalent number. Is this a typo in > the driver or on the website? > > Larry I redid this function