* [PATCH 0/2] ath5k: Further cleanups inside base.c
@ 2007-10-21 1:20 Nick Kossifidis
2007-10-21 6:43 ` Jiri Slaby
0 siblings, 1 reply; 4+ messages in thread
From: Nick Kossifidis @ 2007-10-21 1:20 UTC (permalink / raw)
To: ath5k-devel, linux-wireless; +Cc: linville, mcgrof, jirislaby
A few more cleanups for base.c before i submit the rest of my fixes...
Q: Should we get rid of syctl stuff ? I mean user can only change
calibration interval (which is something tricky for users to play with)
and debug flags. Does anyone use this ? i mean we can put printks wherever
we want, there's no need for this stuff IMHO (it comes from madwifi).
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] ath5k: Further cleanups inside base.c
2007-10-21 1:20 [PATCH 0/2] ath5k: Further cleanups inside base.c Nick Kossifidis
@ 2007-10-21 6:43 ` Jiri Slaby
2007-10-22 15:00 ` Luis R. Rodriguez
0 siblings, 1 reply; 4+ messages in thread
From: Jiri Slaby @ 2007-10-21 6:43 UTC (permalink / raw)
To: ath5k-devel, linux-wireless, linville, mcgrof, jirislaby
On 10/21/2007 03:20 AM, Nick Kossifidis wrote:
> A few more cleanups for base.c before i submit the rest of my fixes...
>
> Q: Should we get rid of syctl stuff ? I mean user can only change
> calibration interval (which is something tricky for users to play with)
> and debug flags. Does anyone use this ? i mean we can put printks wherever
> we want, there's no need for this stuff IMHO (it comes from madwifi).
Agreed. And if really want it, we can make debug a module_param...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] ath5k: Further cleanups inside base.c
2007-10-21 6:43 ` Jiri Slaby
@ 2007-10-22 15:00 ` Luis R. Rodriguez
2007-10-22 15:34 ` [ath5k-devel] " Nick Kossifidis
0 siblings, 1 reply; 4+ messages in thread
From: Luis R. Rodriguez @ 2007-10-22 15:00 UTC (permalink / raw)
To: Jiri Slaby; +Cc: ath5k-devel, linux-wireless, linville
On 10/21/07, Jiri Slaby <jirislaby@gmail.com> wrote:
> On 10/21/2007 03:20 AM, Nick Kossifidis wrote:
> > A few more cleanups for base.c before i submit the rest of my fixes...
> >
> > Q: Should we get rid of syctl stuff ? I mean user can only change
> > calibration interval (which is something tricky for users to play with)
> > and debug flags. Does anyone use this ? i mean we can put printks wherever
> > we want, there's no need for this stuff IMHO (it comes from madwifi).
>
> Agreed. And if really want it, we can make debug a module_param...
It should be removed, but please use 30 seconds for the calibration
timer instead of every second. Every second is pretty obsessive
considering the fact that even though run every second, we don't
calibrate even if AR5K_PHY_IQ_RUN was set. Most of the times i_coffd
or q_coffd will be 0, so all we actually do is noise floor
calibration.
Luis
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ath5k-devel] [PATCH 0/2] ath5k: Further cleanups inside base.c
2007-10-22 15:00 ` Luis R. Rodriguez
@ 2007-10-22 15:34 ` Nick Kossifidis
0 siblings, 0 replies; 4+ messages in thread
From: Nick Kossifidis @ 2007-10-22 15:34 UTC (permalink / raw)
To: Luis R. Rodriguez; +Cc: Jiri Slaby, ath5k-devel, linux-wireless, linville
2007/10/22, Luis R. Rodriguez <mcgrof@gmail.com>:
> On 10/21/07, Jiri Slaby <jirislaby@gmail.com> wrote:
> > On 10/21/2007 03:20 AM, Nick Kossifidis wrote:
> > > A few more cleanups for base.c before i submit the rest of my fixes...
> > >
> > > Q: Should we get rid of syctl stuff ? I mean user can only change
> > > calibration interval (which is something tricky for users to play with)
> > > and debug flags. Does anyone use this ? i mean we can put printks wherever
> > > we want, there's no need for this stuff IMHO (it comes from madwifi).
> >
> > Agreed. And if really want it, we can make debug a module_param...
>
> It should be removed, but please use 30 seconds for the calibration
> timer instead of every second. Every second is pretty obsessive
> considering the fact that even though run every second, we don't
> calibrate even if AR5K_PHY_IQ_RUN was set. Most of the times i_coffd
> or q_coffd will be 0, so all we actually do is noise floor
> calibration.
>
> Luis
>
I didn't change the interval, i just cleaned up the code, as you can
see that value was put there before (through a macro in base.h -i just
removed the macro). Anyway i'll check out calibration stuff more
careful because periodic calibration doesn't seem right if we change
rates etc (we had a discussion on madwifi-devel on this and i'm still
searching it).
--
GPG ID: 0xD21DB2DB
As you read this post global entropy rises. Have Fun ;-)
Nick
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-22 15:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21 1:20 [PATCH 0/2] ath5k: Further cleanups inside base.c Nick Kossifidis
2007-10-21 6:43 ` Jiri Slaby
2007-10-22 15:00 ` Luis R. Rodriguez
2007-10-22 15:34 ` [ath5k-devel] " Nick Kossifidis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).