On Sat, Sep 25, 2010 at 12:02:20AM +0200, Christian Lamparter wrote: > because mesh uses actions instead of AUTH/ASSOC and > the following code in ieee80211_rx_h_action (rx.c) > > 1986) if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) > 1987) return RX_DROP_UNUSABLE; > > prevents any new plinks because action.category is probably > WLAN_CATEGORY_MESH_PLINK, right? Which Category does not even exist in the latest P802.11s draft.. Someone needs to update the mesh code to match with the latest draft at some point and the processing of Action frames for setup (between two STAs that are not associated) needs some changes (e.g., handling of the new Self Protect Action Category). -- Jouni Malinen PGP id EFC895FA -- 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