On Mon, 2010-09-20 at 10:52 -0700, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > When using multiple STA interfaces on the same radio, some > data packets need to be received on all interfaces > (broadcast, for instance). > > Remove special loop for data-only packets and just process all > packets in the big loop that previously only handled non-data > packets. I'd prefer keeping different for_each_*, but maybe we can make the loops just call a common function, say with &prev pointer or something? The station loop will typically be iterating over fewer things here. 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