Re: [PATCH] b43/ssb: Add SPROM8 extraction and LP-PHY detection

2008-12-26 Thread Larry Finger
Johannes Berg wrote: > On Thu, 2008-12-25 at 00:39 +0100, Michael Buesch wrote: >> This adds detection code for the LP-PHY and SPROM >> extraction code for version 8, which is needed by the LP-PHY and >> newer N-PHY. > > I still get mac address ff:ff:ff:ff:ff:ff with this, but it might just > be t

Re: [PATCH] b43/ssb: Add SPROM8 extraction and LP-PHY detection

2008-12-24 Thread Michael Buesch
On Thursday 25 December 2008 00:52:04 Johannes Berg wrote: > On Thu, 2008-12-25 at 00:39 +0100, Michael Buesch wrote: > > This adds detection code for the LP-PHY and SPROM > > extraction code for version 8, which is needed by the LP-PHY and > > newer N-PHY. > > I still get mac address ff:ff:ff:ff:

Re: [PATCH] b43/ssb: Add SPROM8 extraction and LP-PHY detection

2008-12-24 Thread Johannes Berg
On Thu, 2008-12-25 at 00:39 +0100, Michael Buesch wrote: > This adds detection code for the LP-PHY and SPROM > extraction code for version 8, which is needed by the LP-PHY and > newer N-PHY. I still get mac address ff:ff:ff:ff:ff:ff with this, but it might just be that we need to use a different a

[PATCH] b43/ssb: Add SPROM8 extraction and LP-PHY detection

2008-12-24 Thread Michael Buesch
This adds detection code for the LP-PHY and SPROM extraction code for version 8, which is needed by the LP-PHY and newer N-PHY. Signed-off-by: Michael Buesch --- Please queue for 2.6.29 Index: wireless-testing/drivers/ssb/b43_pci_bridge.c ==