Re: ALERT: firmware change for b43

2007-08-23 Thread David Woodhouse
On Sun, 2007-08-19 at 14:37 -0500, Larry Finger wrote: It is recommended that you update fwcutter before these patches are merged. If your version of fwcutter was obtained with subversion, a simple 'svn update' in the fwcutter directory will suffice. If you are using a version provided by your

Re: [PATCH] b43legacy: Initial port of new driver with bcm43xx PHY code and ssb/mac80211 front end

2007-08-23 Thread Larry Finger
John W. Linville wrote: On Wed, Aug 22, 2007 at 12:41:46PM -0500, Larry Finger wrote: This patch ports the PHY and radio handling code of the softmac driver to the mac80211 front end from b43. The resulting driver is known as b43legacy. I have added this to the b43 branch of wireless-dev.

Re: ALERT: firmware change for b43

2007-08-23 Thread Larry Finger
David Woodhouse wrote: On Sun, 2007-08-19 at 14:37 -0500, Larry Finger wrote: It is recommended that you update fwcutter before these patches are merged. If your version of fwcutter was obtained with subversion, a simple 'svn update' in the fwcutter directory will suffice. If you are using a

[patch 2/7] b43: Fix oops when firmware not found

2007-08-23 Thread Michael Buesch
Add a return statement. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Cc: Larry Finger [EMAIL PROTECTED] Index: wireless-dev-new/drivers/net/wireless/b43/main.c === --- wireless-dev-new.orig/drivers/net/wireless/b43/main.c

[patch 4/7] b43: Add debugfs file to extract LO calibration data

2007-08-23 Thread Michael Buesch
Add a file to debugfs to extract the Local Oscillator calibration data. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Cc: Larry Finger [EMAIL PROTECTED] Index: wireless-dev-new/drivers/net/wireless/b43/debugfs.c === ---

[patch 5/7] b43: Fix hwcrypto keyidx for new firmware.

2007-08-23 Thread Michael Buesch
This fixes crypto-RX on new firmware. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Index: wireless-dev-new/drivers/net/wireless/b43/main.c === --- wireless-dev-new.orig/drivers/net/wireless/b43/main.c 2007-08-23

[patch 7/7] b43: Fix and cleanup hwcrypto

2007-08-23 Thread Michael Buesch
This fixes bugs and does a cleanup of the hwcrypto stuff. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Cc: Johannes Berg [EMAIL PROTECTED] Index: wireless-dev-new/drivers/net/wireless/b43/b43.h === ---

Re: [PATCH] b43, b43legacy: Fix inconsistency between branches 'b43' and 'everything' in wireless-dev

2007-08-23 Thread John W. Linville
On Thu, Aug 23, 2007 at 06:05:40PM -0500, Larry Finger wrote: I'm not sure how to handle this. In it's present state, branch 'b43' cannot be used to generate a working version of b43 or b43legacy. In addition, the Kconfig and Makefile from b43legacy are not included, thus it is not