Re: [PATCH] mac80211: enable assoc check for mesh interfaces

2015-06-17 Thread Johannes Berg
On Sat, 2015-06-13 at 10:16 -0400, Bob Copeland wrote: > We already set a station to be associated when peering completes, both > in user space and in the kernel. Thus we should always have an > associated sta before sending data frames to that station. > > Failure to check assoc state can cause

[PATCH] mac80211: enable assoc check for mesh interfaces

2015-06-13 Thread Bob Copeland
We already set a station to be associated when peering completes, both in user space and in the kernel. Thus we should always have an associated sta before sending data frames to that station. Failure to check assoc state can cause crashes in the lower-level driver due to transmitting unicast dat