Re: Pull the patch sent under heading "[PATCH] bcm43xx: Fix typo in B5PHY init specifications"

2007-03-04 Thread Joseph Jezak
Larry Finger wrote: > John, > > Please pull the patch referenced in the subject. It completely kills my > BCM4306 with phy->revision == 1. > > Joe Jezak and I will have to sort this one out. > > Thanks, > > Larry Sorry, Larry is correct, this was a mistranslation on my part. The patch refer

Pull the patch sent under heading "[PATCH] bcm43xx: Fix typo in B5PHY init specifications"

2007-03-04 Thread Larry Finger
John, Please pull the patch referenced in the subject. It completely kills my BCM4306 with phy->revision == 1. Joe Jezak and I will have to sort this one out. Thanks, Larry ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de https://lists.berli

Re: [PATCH] bcm43xx: Add firmware version to ethtool output

2007-03-04 Thread Michael Buesch
On Sunday 04 March 2007 19:55, Larry Finger wrote: > As the removal of ethtool capability from bcm43xx has been NACKed, > some useful functionality should be added. I cannot follow this logics, sorry. ;) > This patch changes it > so that the firmware version is output. I don't see how this is us

[PATCH] bcm43xx: Add firmware version to ethtool output

2007-03-04 Thread Larry Finger
As the removal of ethtool capability from bcm43xx has been NACKed, some useful functionality should be added. This patch changes it so that the firmware version is output. Signed-off-by: Larry Finger <[EMAIL PROTECTED]> --- Index: wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_ethtool.c ==

Re: [PATCH] bcm43xx: remove ethtool

2007-03-04 Thread Michael Buesch
On Sunday 04 March 2007 04:58, Jeff Garzik wrote: > Larry Finger wrote: > > Jeff Garzik wrote: > >> Larry Finger wrote: > >>> Ethtool is useless for bcm43xx - remove it. > >>> > >>> Signed-off-by: Larry Finger <[EMAIL PROTECTED]> > >> How is GDRVINFO useless? Where does mac80211 provide equivalent

Re: [PATCH] bcm43xx: do not rebuild when kernel version changes

2007-03-04 Thread Michael Buesch
On Sunday 04 March 2007 06:55, Larry Finger wrote: > From: Sam Ravnborg <[EMAIL PROTECTED]> > > In bcm43xx_ethtool, UTS_RELEASE is used. Replacing this with > utsname()->release > avoids rebuilding this module each time the kernel version changes. > > Signed-off-by: Sam Ravnborg <[EMAIL PROTECTE