* Re: [PATCH] mac80211: use oneshot blink API for LED triggers
[not found] ` <1374653665.8180.0.camel@jlt4.sipsolutions.net>
@ 2013-07-24 8:53 ` Fabio Baltieri
2013-07-25 7:58 ` Johannes Berg
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Baltieri @ 2013-07-24 8:53 UTC (permalink / raw)
To: Johannes Berg; +Cc: John W. Linville, linux-wireless, netdev, linux-kernel
On Wed, Jul 24, 2013 at 10:14:25AM +0200, Johannes Berg wrote:
> On Wed, 2013-07-24 at 02:09 +0200, Fabio Baltieri wrote:
> > Changes mac80211 LED trigger code to use the generic
> > led_trigger_blink_oneshot() API for transmit and receive activity
> > indication.
> >
> > This gives a better feedback to the user, as with the new API each
> > activity event results in a visible blink, while a constant traffic
> > results in a continuous blink at constant rate.
>
> This seems a little pointless since our throughput-based trigger can do
> very similar (but somewhat better) behaviour? Maybe that should just be
> the default instead, with some sane default setup values?
Ok but that requires driver specific support and it's only implemented
on a subset of currently available drivers.
This at least makes the basic tx/rx indication capability a better.
> (Regardless of that, you also have indentation problems in your patch)
Ok, I guess you are referring to the this:
+ led_trigger_blink_oneshot(local->tx_led,
+ &led_delay, &led_delay, 0);
So, are you definitely rejecting this patch or should I fix indentation
and send a v2?
Thanks,
Fabio
--
Fabio Baltieri
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mac80211: use oneshot blink API for LED triggers
2013-07-24 8:53 ` [PATCH] mac80211: use oneshot blink API for LED triggers Fabio Baltieri
@ 2013-07-25 7:58 ` Johannes Berg
2013-07-25 9:58 ` Fabio Baltieri
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2013-07-25 7:58 UTC (permalink / raw)
To: Fabio Baltieri; +Cc: John W. Linville, linux-wireless, netdev, linux-kernel
On Wed, 2013-07-24 at 10:53 +0200, Fabio Baltieri wrote:
> On Wed, Jul 24, 2013 at 10:14:25AM +0200, Johannes Berg wrote:
> > On Wed, 2013-07-24 at 02:09 +0200, Fabio Baltieri wrote:
> > > Changes mac80211 LED trigger code to use the generic
> > > led_trigger_blink_oneshot() API for transmit and receive activity
> > > indication.
> > >
> > > This gives a better feedback to the user, as with the new API each
> > > activity event results in a visible blink, while a constant traffic
> > > results in a continuous blink at constant rate.
> >
> > This seems a little pointless since our throughput-based trigger can do
> > very similar (but somewhat better) behaviour? Maybe that should just be
> > the default instead, with some sane default setup values?
>
> Ok but that requires driver specific support and it's only implemented
> on a subset of currently available drivers.
Not necessarily, it's just done that way because we expected everyone to
have their own idea of what the blink speeds should be, possibly even
depending on the maximum speed the hardware can do etc.
> This at least makes the basic tx/rx indication capability a better.
Fair enough.
> > (Regardless of that, you also have indentation problems in your patch)
>
> Ok, I guess you are referring to the this:
>
> + led_trigger_blink_oneshot(local->tx_led,
> + &led_delay, &led_delay, 0);
Yes, that was the place I noticed, didn't check more closely.
> So, are you definitely rejecting this patch or should I fix indentation
> and send a v2?
I think I'll take it, I kinda hope nobody will really care much about it
but the behaviour looks better and the code is simpler, so ... :)
johannes
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mac80211: use oneshot blink API for LED triggers
2013-07-25 7:58 ` Johannes Berg
@ 2013-07-25 9:58 ` Fabio Baltieri
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Baltieri @ 2013-07-25 9:58 UTC (permalink / raw)
To: Johannes Berg; +Cc: John W. Linville, linux-wireless, netdev, linux-kernel
On Thu, Jul 25, 2013 at 09:58:21AM +0200, Johannes Berg wrote:
> > So, are you definitely rejecting this patch or should I fix indentation
> > and send a v2?
>
> I think I'll take it, I kinda hope nobody will really care much about it
> but the behaviour looks better and the code is simpler, so ... :)
Good enough... I'll send the v2 then. :-)
Thanks,
Fabio
--
Fabio Baltieri
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-25 9:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1374624581-6012-1-git-send-email-fabio.baltieri@gmail.com>
[not found] ` <1374624581-6012-2-git-send-email-fabio.baltieri@gmail.com>
[not found] ` <1374653665.8180.0.camel@jlt4.sipsolutions.net>
2013-07-24 8:53 ` [PATCH] mac80211: use oneshot blink API for LED triggers Fabio Baltieri
2013-07-25 7:58 ` Johannes Berg
2013-07-25 9:58 ` Fabio Baltieri
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).