Re: [ath5k-devel] WoW for ath5k

2009-05-13 Thread Luis R. Rodriguez
2009/5/13 Maxim Levitsky : > On Thu, 2009-05-14 at 02:31 +0200, Gábor Stefanik wrote: >> On Thu, May 14, 2009 at 2:18 AM, Luis R. Rodriguez wrote: >> > BTW legacy-hal has this stuff :) Just grep for ATH_WOW >> > >> >  Luis >> >> Wow! :-) >> > > Isn't Wow support platform dependent (BIOS...) Yes -

Re: [ath5k-devel] WoW for ath5k

2009-05-13 Thread Maxim Levitsky
On Thu, 2009-05-14 at 02:31 +0200, Gábor Stefanik wrote: > On Thu, May 14, 2009 at 2:18 AM, Luis R. Rodriguez wrote: > > BTW legacy-hal has this stuff :) Just grep for ATH_WOW > > > > Luis > > Wow! :-) > Isn't Wow support platform dependent (BIOS...) I think that only S3, and only if bios does

Re: [ath5k-devel] -5 error

2009-05-13 Thread Luis R. Rodriguez
On Wed, May 13, 2009 at 5:40 PM, Kris Weston wrote: > is he talking about world of warcraft ?! > get on with the driver and stop playing games here! :D :) > i still got this -5 error and no amount of messing about will read the 5212 > card That report seems it could use some more info. I have n

Re: [ath5k-devel] WoW for ath5k

2009-05-13 Thread Kris Weston
is he talking about world of warcraft ?! get on with the driver and stop playing games here! :D i still got this -5 error and no amount of messing about will read the 5212 card im clueless though mostly. is there somewhere i can go where someone can help me ? -- )) (( c[_] m, tea... 200

Re: [ath5k-devel] WoW for ath5k

2009-05-13 Thread Luis R. Rodriguez
2009/5/13 Gábor Stefanik : > On Thu, May 14, 2009 at 2:18 AM, Luis R. Rodriguez wrote: >> BTW legacy-hal has this stuff :) Just grep for ATH_WOW >> >>  Luis > > Wow! :-) Oh and as for testing... we should see the card send null data frames every now and then. That's when we know it went into its

Re: [ath5k-devel] WoW for ath5k

2009-05-13 Thread Gábor Stefanik
On Thu, May 14, 2009 at 2:18 AM, Luis R. Rodriguez wrote: > BTW legacy-hal has this stuff :) Just grep for ATH_WOW > >  Luis Wow! :-) -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) ___ ath5k-devel mailing list ath5k-devel@lis

[ath5k-devel] WoW for ath5k

2009-05-13 Thread Luis R. Rodriguez
BTW legacy-hal has this stuff :) Just grep for ATH_WOW Luis ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Re: [ath5k-devel] [PATCH] ath5k: fix exp off-by-one when computing OFDM delta slope

2009-05-13 Thread Bob Copeland
On Wed, May 13, 2009 at 2:25 PM, John W. Linville wrote: > That's fine.  But what about this last bit? > >        http://bugzilla.kernel.org/show_bug.cgi?id=13077#c6 > > Is that not needed? I think it is needed, but I checked back through 2.6.27 and it has the same (probably buggy) code, so I thi

Re: [ath5k-devel] [PATCH] ath5k: fix exp off-by-one when computing OFDM delta slope

2009-05-13 Thread John W. Linville
On Wed, May 13, 2009 at 11:14:39AM -0400, Bob Copeland wrote: > > From: Forrest Zhang > > Commit e8f055f0c3ba226ca599c14c2e5fe829f6f57cbb subtly changed the > code that computes floating point values for the PHY3_TIMING register > such that the exponent is off by a decimal point, which can cause

Re: [ath5k-devel] ath5k was missed the initialize of some registers

2009-05-13 Thread Adam Di Carlo
Somethings amiss with this patch. There is no linux-2.6.30-rc5/drivers/net/wireless/ath5k/base.c -- its drivers/net/wireless/ath/ath5k/base.c . Can you also confirm whether this patch actually does solve the problem you cited, > When I test ath5k of linux2.6.30-rc1, I found it cannot communic

[ath5k-devel] [PATCH] ath5k: fix exp off-by-one when computing OFDM delta slope

2009-05-13 Thread Bob Copeland
From: Forrest Zhang Commit e8f055f0c3ba226ca599c14c2e5fe829f6f57cbb subtly changed the code that computes floating point values for the PHY3_TIMING register such that the exponent is off by a decimal point, which can cause problems with OFDM channel operation. get_bitmask_order() actually retur

[ath5k-devel] ath5k was missed the initialize of some registers

2009-05-13 Thread forr...@hifulltech
Hi all, I attached another patch around ath5k_hw_reset(). If call ath5k_hw_reset from ath5k_init(), should pass false for argument change_channel. Otherwise, ath5k will be missed the initialize of some registers. for example: ath5k_hw_write_initvals() skip a lots of register. Sincerely, Forres

Re: [ath5k-devel] RFC phy timing register bug

2009-05-13 Thread Forrest Zhang
Hi all, The patch is created by me (forr...@hifulltech.com) or (forr...@263.net). When I test ath5k of linux2.6.30-rc1, I found it cannot communicate with other device on 5G band. After comparing the register settings of ath5k with madwifi and atheros driver, I found two major differences:

Re: [ath5k-devel] RFC phy timing register bug

2009-05-13 Thread Bob Copeland
On Wed, May 13, 2009 at 01:32:47PM +0800, Forrest Zhang wrote: > Hi all, > > The patch is created by me (forr...@hifulltech.com) or (forr...@263.net). Ok thanks, Pavel Roskin already sent a patch for AR5K_PHY_PLL, I'll send this one upstream with your 'From'. -- Bob Copeland %% www.bobcopeland.