[ath5k-devel] [PATCH 12/12] ath5k: Fix a compilation error after reg list update

2008-07-19 Thread Nick Kossifidis
Last minute fix... AR5K_CPCORN is changed to AR5K_CPCOVF in reg list update so we have to update debug.c in order to compile Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/debug.c b/drivers/net/wireless/ath5k/debug

[ath5k-devel] [PATCH 11/12] ath5k: Update rfregs functions

2008-07-19 Thread Nick Kossifidis
* Fix rf_size for RF2112A * Add some stuff i got from decompiling binary HAL (also work in progress) Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/phy.c b/drivers/net/wireless/ath5k/phy.c index 5a9619b..da11ce6 10064

[ath5k-devel] [PATCH 10/12] ath5k: Minor cleanup of phy functions

2008-07-19 Thread Nick Kossifidis
* Reorder functions to separate 5111/5112-specific gain optimization functions from rfregs functions * Add some documentation on gain optimization for 5111/5112 Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/phy.c b/

[ath5k-devel] [PATCH 9/12] ath5k: Update phy calibration functions

2008-07-19 Thread Nick Kossifidis
* Enable I/Q calibration each time we have correction results (we were only enabling calibration during reset). If we don't we commit the same results each time calibration routine is called. * Add some documentation and a TODO on nf calibration * Return -EAGAIN on noise floor timeout/failure

[ath5k-devel] [PATCH 8/12] ath5k: Update channel functions

2008-07-19 Thread Nick Kossifidis
* Add channel function for RF2425 (got this from decompiling binary HAL, i have no idea why there is a 5GHz section but i'm looking into it) * Update RF5112 channel function (also got this from decompiling binary HAL) * Set JAPAN setting for channel 14 on all PHY chips Changes-licensed-under:

[ath5k-devel] [PATCH 7/12] ath5k: Add RF2425 initial rfgain values

2008-07-19 Thread Nick Kossifidis
* Add initial RF gain settings for RF2425 Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/phy.c b/drivers/net/wireless/ath5k/phy.c index afd8689..66af70b 100644 --- a/drivers/net/wireless/ath5k/phy.c +++ b/drivers/net/w

[ath5k-devel] [PATCH 6/12] ath5k: Reorder calibration calls during reset and update hw_set_power

2008-07-19 Thread Nick Kossifidis
* Update ath5k_hw_reset and add some more documentation about PHY calibration * Fix ath5k_hw_set_power to use AR5K_SLEEP_CTL_SLE_ALLOW for Network sleep * Preserve sleep duration field while setting AR5K_SLEEP_CTL and reduce delays & checks for register's status (got this from decompiling & dum

[ath5k-devel] [PATCH 5/12] ath5k: Do ADC test during reset

2008-07-19 Thread Nick Kossifidis
* Do an ADC test during reset to match recent regdumps Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/hw.c b/drivers/net/wireless/ath5k/hw.c index 82b4ff8..cab1a8a 100644 --- a/drivers/net/wireless/ath5k/hw.c +++ b/dri

[ath5k-devel] [PATCH 4/12] ath5k: Misc hw_reset updates

2008-07-19 Thread Nick Kossifidis
* Update hw_reset to calculate some of the values we were using as static * Increase activation to rx delay Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/hw.c b/drivers/net/wireless/ath5k/hw.c index 322bce6..82b4ff8

[ath5k-devel] [PATCH 3/12] ath5k: Misc hw_attach fixes

2008-07-19 Thread Nick Kossifidis
* Correctly attach RF2425 * Update SREV values for Radio chips * Update hw_attach to use new SPENDING values * Write a bit after POST for some chips Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/ath5k.h b/drivers/

[ath5k-devel] [PATCH 2/12] ath5k: Restore saved initval after POST

2008-07-19 Thread Nick Kossifidis
* Restore saved initial value after POST Changes-licensed-under: ISC Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/hw.c b/drivers/net/wireless/ath5k/hw.c index 2e60cf0..3e889f1 100644 --- a/drivers/net/wireless/ath5k/hw.c +++ b/drivers/net/wirel

[ath5k-devel] [PATCH] [PATCH 2/4] Remove Atheros 11n devices from ath5k

2008-07-19 Thread Luis R. Rodriguez
Remove Atheros 11n devices from being claimed by ath5k as its now handled by ath9k. Signed-off-by: Luis R. Rodriguez <[EMAIL PROTECTED]> --- drivers/net/wireless/ath5k/base.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net

Re: [ath5k-devel] 2425 tests

2008-07-19 Thread Romano Giannetti
Nick Kossifidis wrote: > I uploaded a compat-wireless snapshot with only ath5k enabled... > http://www.kernel.org/pub/linux/kernel/people/mickflemm/compat-wireless-2008-07-03-ath5k.tar.bz2 > > Check it out and see how it goes ;-) > More data here. I seems that at home, with a static WEP configu

Re: [ath5k-devel] 2425 tests

2008-07-19 Thread Nick Kossifidis
2008/7/19 Pavel Roskin <[EMAIL PROTECTED]>: > Quoting Nick Kossifidis <[EMAIL PROTECTED]>: > >> I uploaded a compat-wireless snapshot with only ath5k enabled... >> >> http://www.kernel.org/pub/linux/kernel/people/mickflemm/compat-wireless-2008-07-03-ath5k.tar.bz2 >> >> Check it out and see how it g

Re: [ath5k-devel] 2425 tests

2008-07-19 Thread Pavel Roskin
Quoting Nick Kossifidis <[EMAIL PROTECTED]>: > I uploaded a compat-wireless snapshot with only ath5k enabled... > http://www.kernel.org/pub/linux/kernel/people/mickflemm/compat-wireless-2008-07-03-ath5k.tar.bz2 > > Check it out and see how it goes ;-) Nick, considering that all complaints are abo