File: linux/meshd-nl80211.c
Line 357~358:

357    if (nla_get_u32(tb[NL80211_ATTR_IFINDEX]) != nlcfg->ifindex);
358        return -1;

The ";" at the end of line 357 is the problem.

The impact is severe.
handle_del_peer() always return -1 prematurelly.

Meshd-nl80211 can not handle station delete event from kernel.


_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to