On Tue, 2010-11-30 at 07:30 -0800, Guy, Wey-Yi wrote: > > + for (i = tpt_trig->blink_table_len - 1; i >= 0; i--) { > > + if (tpt_trig->blink_table[i].throughput < 0 || > > + tpt > tpt_trig->blink_table[i].throughput) { > > + off = tpt_trig->blink_table[i].blink_time / 2; > > + on = tpt_trig->blink_table[i].blink_time - off; > > + break; > > + } > > + } > > I know it is the case for iwlwifi today, but is true "on time" == "off > time"? Yeah, I discussed that with Felix and we decided that if somebody wants it different at some point they can change the code themselves :-) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html