Re: [ath5k-devel] [PATCH 16/30] ath5k: Set all IFS intervals, not just slot time

2010-11-26 Thread Nick Kossifidis
Στις 26 Νοεμβρίου 2010 2:54 π.μ., ο χρήστης Jonathan Guerin jonat...@guerin.id.au έγραψε: On Thu, Nov 25, 2010 at 8:41 AM, Jonathan Guerin jonat...@guerin.id.au wrote: On Wed, Nov 24, 2010 at 10:55 PM, Nick Kossifidis mickfl...@gmail.com wrote: 2010/11/24 Jonathan Guerin

Re: [ath5k-devel] [PATCH 16/30] ath5k: Set all IFS intervals, not just slot time

2010-11-26 Thread Lukáš Turek
On Saturday 27 November 2010 02:31:53 Nick Kossifidis wrote: When we convert to core clock units it's what we should do, all timings should change the same way. I don't know what this aPHY-RX-START-Delay is but if it changes that way we can use absolute values as we do for slot time and sifs.

Re: [ath5k-devel] [PATCH 16/30] ath5k: Set all IFS intervals, not just slot time

2010-11-26 Thread Jonathan Guerin
On Sat, Nov 27, 2010 at 11:57 AM, Lukáš Turek 8...@praha12.net wrote: On Saturday 27 November 2010 02:31:53 Nick Kossifidis wrote: When we convert to core clock units it's what we should do, all timings should change the same way. I don't know what this aPHY-RX-START-Delay is but if it changes

Re: [ath5k-devel] [PATCH 16/30] ath5k: Set all IFS intervals, not just slot time

2010-11-25 Thread Jonathan Guerin
On Thu, Nov 25, 2010 at 8:41 AM, Jonathan Guerin jonat...@guerin.id.au wrote: On Wed, Nov 24, 2010 at 10:55 PM, Nick Kossifidis mickfl...@gmail.com wrote: 2010/11/24 Jonathan Guerin jonat...@guerin.id.au: diff --git a/drivers/net/wireless/ath/ath5k/pcu.c

Re: [ath5k-devel] [PATCH 16/30] ath5k: Set all IFS intervals, not just slot time

2010-11-24 Thread Nick Kossifidis
2010/11/24 Jonathan Guerin jonat...@guerin.id.au: diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c index e691378..4556f29 100644 --- a/drivers/net/wireless/ath/ath5k/pcu.c +++ b/drivers/net/wireless/ath/ath5k/pcu.c @@ -763,7 +763,7 @@

Re: [ath5k-devel] [PATCH 16/30] ath5k: Set all IFS intervals, not just slot time

2010-11-24 Thread Jonathan Guerin
On Wed, Nov 24, 2010 at 10:55 PM, Nick Kossifidis mickfl...@gmail.com wrote: 2010/11/24 Jonathan Guerin jonat...@guerin.id.au: diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c index e691378..4556f29 100644 --- a/drivers/net/wireless/ath/ath5k/pcu.c

[ath5k-devel] [PATCH 16/30] ath5k: Set all IFS intervals, not just slot time

2010-11-23 Thread Nick Kossifidis
* Replace set_slot_time with set_ifs_intervals that also sets the various inter-frame space intervals based on current bwmode. * Clean up AR5210 mess from reset_tx_queue, AR5210 only has one data queue and we set IFS intervals for that queue on set_ifs_intervals so there is nothing left to