On Tue, 2013-02-12 at 19:51 +0100, Michael Braun wrote: > When the vlan device is removed, ps->bc_buf processing can no longer > send its frames. > > Signed-off-by: Michael Braun <michael-dev@xxxxxxxxxxxxx> > --- > V4: Add this patch. Does it need locks? Which? Yes, the bc_buf has a spinlock itself, which we never use because we never walk the queue (we use skb_dequeue() which has locking built-in) Also this patch needs to be the first, otherwise during bisect the problem might show up. 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