Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-22 Thread Gábor Stefanik
2010/1/22 Rafał Miłecki zaj...@gmail.com:
 John, I hope to have patch submission fixed, please let me know if there
 is anything wrong still.

Nope, it is still base64-encoded.

I personally use Thunderbird 2 for patch submission (had weird
problems with Thunderbird 3 beta - not sure about the final version).


 Rafał Miłecki (5):
  b43: check band width
  b43: N-PHY: implement overriding RF control
  b43: N-PHY: add running samples
  b43: N-PHY: add setting power amplifier filters
  b43: N-PHY: add TX tone

  drivers/net/wireless/b43/main.c        |    6 +
  drivers/net/wireless/b43/phy_common.h  |    3 +
  drivers/net/wireless/b43/phy_n.c       |  253 
 ++--
  drivers/net/wireless/b43/tables_nphy.c |   61 
  drivers/net/wireless/b43/tables_nphy.h |   22 +++
  5 files changed, 330 insertions(+), 15 deletions(-)

 ___
 Bcm43xx-dev mailing list
 Bcm43xx-dev@lists.berlios.de
 https://lists.berlios.de/mailman/listinfo/bcm43xx-dev




-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-22 Thread Larry Finger
On 01/22/2010 09:01 AM, Gábor Stefanik wrote:
 2010/1/22 Rafał Miłecki zaj...@gmail.com:
 John, I hope to have patch submission fixed, please let me know if there
 is anything wrong still.
 
 Nope, it is still base64-encoded.
 
 I personally use Thunderbird 2 for patch submission (had weird
 problems with Thunderbird 3 beta - not sure about the final version).

I am reading mail with Thunderbird 3.0beta4, and only patch 1/5 was
base64-encoded. The other 4 were fine.

For the record, the final version of TBird 3 cannot read my profile. I battled
with the devs for a while, but have now given up.

Larry

___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-22 Thread John W. Linville
On Fri, Jan 22, 2010 at 01:53:11AM +0100, Rafał Miłecki wrote:
 John, I hope to have patch submission fixed, please let me know if there
 is anything wrong still.

This batch applied with no problems -- thanks, Rafał!

John
-- 
John W. LinvilleSomeday the world will need a hero, and you
linvi...@tuxdriver.com  might be all we have.  Be ready.
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-22 Thread Michael Buesch
On Friday 22 January 2010 21:47:03 Rafał Miłecki wrote:
 As you can see I've used git send-email for submission this time! I've
 no idea what I did wrong that patch 1/5 was sent incorrectly. I just
 generated patches with
 git format-patch --cover-letter -o b43
 , then modified -...patch (ONLY this one) and finally sent all
 patches from b43 directory.

The mails may be re-encoded on intermediate mailservers.
My server, for example, re-encodes all of your mails to base64.
(or it may be the list-mailserver re-encoding the mails, because by server
doesn't advertise the correct flags, I dunno...)
I don't know why it does this, however. I'm still pretty sure that it's related
to the characters in your name. Does anybody has an idea how to fix this? I'm 
using exim.

-- 
Greetings, Michael.
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-22 Thread Michael Buesch
On Friday 22 January 2010 22:59:26 Michael Buesch wrote:
 On Friday 22 January 2010 21:47:03 Rafał Miłecki wrote:
  As you can see I've used git send-email for submission this time! I've
  no idea what I did wrong that patch 1/5 was sent incorrectly. I just
  generated patches with
  git format-patch --cover-letter -o b43
  , then modified -...patch (ONLY this one) and finally sent all
  patches from b43 directory.
 
 The mails may be re-encoded on intermediate mailservers.
 My server, for example, re-encodes all of your mails to base64.
 (or it may be the list-mailserver re-encoding the mails, because by server
 doesn't advertise the correct flags, I dunno...)
 I don't know why it does this, however. I'm still pretty sure that it's 
 related
 to the characters in your name. Does anybody has an idea how to fix this? I'm 
 using exim.
 

Oh, I just realize that these patches received via vger.kernel.org list are 
just fine.
It's just berlios' mailman which mangles the mails for me. Which is not 
surprising,
because berlios is a really really broken platform and its mailservers are even 
worse than that.

So I guess everything is fine now.

So while we are at it, I'd really like to migrate away from the berlios list.
It's really just annoying. Does somebody have a good reliable mailinglist 
service
we could migrate to? Does vger offer lists to driver projects?

-- 
Greetings, Michael.
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-22 Thread John W. Linville
On Fri, Jan 22, 2010 at 11:33:40PM +0100, Michael Buesch wrote:

 So while we are at it, I'd really like to migrate away from the berlios list.
 It's really just annoying. Does somebody have a good reliable mailinglist 
 service
 we could migrate to? Does vger offer lists to driver projects?

Probably -- I think davem is the person to ask?  Infradead is probably
another option (dwmw2).

John
-- 
John W. LinvilleSomeday the world will need a hero, and you
linvi...@tuxdriver.com  might be all we have.  Be ready.
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [PATCH 0/5] b43: more N-PHY stuff

2010-01-22 Thread David Woodhouse
On Fri, 2010-01-22 at 20:16 -0500, John W. Linville wrote:
 On Fri, Jan 22, 2010 at 11:33:40PM +0100, Michael Buesch wrote:
 
  So while we are at it, I'd really like to migrate away from the berlios 
  list.
  It's really just annoying. Does somebody have a good reliable mailinglist 
  service
  we could migrate to? Does vger offer lists to driver projects?
 
 Probably -- I think davem is the person to ask?  Infradead is probably
 another option (dwmw2).

Yeah, pick one and either of us can set up a new list at the drop of a
hat. Strictly speaking I suspect it should be postmas...@vger rather
than just davem, but the effect is much the same most of the time.

Can you provide a list of existing subscribers?

-- 
David WoodhouseOpen Source Technology Centre
david.woodho...@intel.com  Intel Corporation

___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev