[PATCH v2] b43: LP-PHY: Update baseband init for recent spec changes

2009-08-15 Thread Gábor Stefanik
The spec had some nasty typos, and a large part of the rev0/1 BB init procedure was also missing. Fix these. Also make the init-time channel switch debuggable. (The change from -EINVAL to -EIO is simply to make it possible to distinguish the PLL charge pump error from a channel-not-found error.)

Re: [PATCH v2] b43: LP-PHY: Update baseband init for recent spec changes

2009-08-15 Thread Michael Buesch
On Sunday 16 August 2009 01:05:04 Gábor Stefanik wrote: The spec had some nasty typos, and a large part of the rev0/1 BB init procedure was also missing. Fix these. Also make the init-time channel switch debuggable. (The change from -EINVAL to -EIO is simply to make it possible to