Re: [PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-28 Thread Michael Buesch
On Sunday 28 February 2010 02:37:21 Rafał Miłecki wrote: > W dniu 27 lutego 2010 15:51 użytkownik Michael Buesch > napisał: > > On Saturday 27 February 2010 12:12:23 Rafał Miłecki wrote: > >> 2010/2/10 Michael Buesch : > >> > On Tuesday 09 February 2010 21:04:33 Rafał Miłecki wrote: > >> >> +#def

Re: [PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-27 Thread Rafał Miłecki
W dniu 27 lutego 2010 15:51 użytkownik Michael Buesch napisał: > On Saturday 27 February 2010 12:12:23 Rafał Miłecki wrote: >> 2010/2/10 Michael Buesch : >> > On Tuesday 09 February 2010 21:04:33 Rafał Miłecki wrote: >> >> +#define B43_MMIO_PSM_PHY_HDR         0x492   /* programmable state >> >>

Re: [PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-27 Thread Michael Buesch
On Saturday 27 February 2010 12:12:23 Rafał Miłecki wrote: > 2010/2/10 Michael Buesch : > > On Tuesday 09 February 2010 21:04:33 Rafał Miłecki wrote: > >> +#define B43_MMIO_PSM_PHY_HDR         0x492   /* programmable state > >> machine */ > > > > The comment doesn't make a lot of sense. > > In cas

Re: [PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-27 Thread Rafał Miłecki
2010/2/10 Michael Buesch : > On Tuesday 09 February 2010 21:04:33 Rafał Miłecki wrote: >> +#define B43_MMIO_PSM_PHY_HDR         0x492   /* programmable state machine >> */ > > The comment doesn't make a lot of sense. > In case you don't know, the PSM is the part of the hardware > that executes the

Re: [PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-19 Thread Rafał Miłecki
2010/2/15 John W. Linville : > On Wed, Feb 10, 2010 at 12:02:11AM +0100, Michael Buesch wrote: >> On Tuesday 09 February 2010 21:04:33 Rafał Miłecki wrote: >> > +#define B43_MMIO_PSM_PHY_HDR               0x492   /* programmable state >> > machine */ >> >> The comment doesn't make a lot of sense.

Re: [PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-15 Thread John W. Linville
On Wed, Feb 10, 2010 at 12:02:11AM +0100, Michael Buesch wrote: > On Tuesday 09 February 2010 21:04:33 Rafał Miłecki wrote: > > +#define B43_MMIO_PSM_PHY_HDR 0x492 /* programmable state > > machine */ > > The comment doesn't make a lot of sense. > In case you don't know, the PSM i

Re: [PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-09 Thread Michael Buesch
On Tuesday 09 February 2010 21:04:33 Rafał Miłecki wrote: > +#define B43_MMIO_PSM_PHY_HDR 0x492 /* programmable state machine */ The comment doesn't make a lot of sense. In case you don't know, the PSM is the part of the hardware that executes the firmware. -- Greetings, Michael. _

[PATCH 01/11] b43: N-PHY: add some registers and structs definitions

2010-02-09 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/net/wireless/b43/b43.h |1 + drivers/net/wireless/b43/phy_n.h |9 + drivers/net/wireless/b43/tables_nphy.h |9 + 3 files changed, 19 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/b43/b43.h b/driv