Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2011-01-02 Thread Bob Copeland
On Sat, Jan 01, 2011 at 11:51:07PM +0900, Bruno Randolf wrote: > > Reverting just this patch helps, so my power table must be broken > > at start up. > > > > I saw that Bruno had a later series that touched this area, so I'll > > try them next. > > Yep, they should fix that problem. Please try th

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2011-01-01 Thread Bruno Randolf
On Thursday 30 December 2010 06:02:29 Bob Copeland wrote: > On Thu, Dec 2, 2010 at 11:03 PM, Nick Kossifidis wrote: > > * By skipping tx power table calibration we also skip setting > > tx power table on hw. Make sure we always write tx power table > > on hw since it gets cleared on reset. > >

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-29 Thread Bob Copeland
On Thu, Dec 2, 2010 at 11:03 PM, Nick Kossifidis wrote: >  * By skipping tx power table calibration we also skip setting >  tx power table on hw. Make sure we always write tx power table >  on hw since it gets cleared on reset. > >  Signed-off-by: Nick Kossifidis Just a very late heads-up, this

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-04 Thread Nick Kossifidis
2010/12/4 Bob Copeland : > On Fri, Dec 3, 2010 at 9:55 AM, John W. Linville > wrote: >> On Fri, Dec 03, 2010 at 06:03:00AM +0200, Nick Kossifidis wrote: >>>  * By skipping tx power table calibration we also skip setting >>>  tx power table on hw. Make sure we always write tx power table >>>  on h

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-03 Thread Bob Copeland
On Fri, Dec 3, 2010 at 9:55 AM, John W. Linville wrote: > On Fri, Dec 03, 2010 at 06:03:00AM +0200, Nick Kossifidis wrote: >>  * By skipping tx power table calibration we also skip setting >>  tx power table on hw. Make sure we always write tx power table >>  on hw since it gets cleared on reset.

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-03 Thread John W. Linville
On Fri, Dec 03, 2010 at 06:03:00AM +0200, Nick Kossifidis wrote: > * By skipping tx power table calibration we also skip setting > tx power table on hw. Make sure we always write tx power table > on hw since it gets cleared on reset. > > Signed-off-by: Nick Kossifidis Hey, Nick -- just a pro

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-03 Thread Sedat Dilek
Tested-by: Sedat Dilek On Fri, Dec 3, 2010 at 5:03 AM, Nick Kossifidis wrote: >  * By skipping tx power table calibration we also skip setting >  tx power table on hw. Make sure we always write tx power table >  on hw since it gets cleared on reset. > >  Signed-off-by: Nick Kossifidis > > --- >

[ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-02 Thread Nick Kossifidis
* By skipping tx power table calibration we also skip setting tx power table on hw. Make sure we always write tx power table on hw since it gets cleared on reset. Signed-off-by: Nick Kossifidis --- drivers/net/wireless/ath/ath5k/phy.c | 33 + 1 files change