Johannes Berg <johannes@xxxxxxxxxxxxxxxx> writes: > On Tue, 2017-09-05 at 11:02 +0200, Toke Høiland-Jørgensen wrote: >> >> > I'm not sure. However, I think it's less bad than one might guess >> > since it really should only affect multicast frames, right? All >> > unicast frames should go directly to the per-STA TXQ. >> >> Ah, right, that is the interface txq that is being purged. Gotcha. >> >> But, erm, what happens with unicast traffic sent on the VLAN >> interface when it goes down? Shouldn't that be purged from the per- >> station TXQs as well? > > Well, those entire TXQs are destroyed with the station :) Ah, so the station is attached to the VLAN interface, not the parent interface? I guess that the only case where there is likely to be any significant effects of dropping the whole queue is if someone is sending large amounts of multicast traffic (live video streaming? is that even feasible over WiFi?) while reconfiguring their VLAN setup. That is probably not a terribly common combination... -Toke