On Tue, 2013-01-29 at 17:42 -0800, Thomas Pedersen wrote: > FWIW cfg80211_get_mesh() has no users either. Oh, I'll kill it too then :-) > > + if (WLAN_CAPABILITY_IS_STA_BSS(a->capability)) > > + ie1 = cfg80211_find_ie(WLAN_EID_MESH_ID, > > + a_ies->data, a_ies->len); > > + if (WLAN_CAPABILITY_IS_STA_BSS(a->capability)) > > You probably wanted: > > if (WLAN_CAPABILITY_IS_STA_BSS(b->capability)) Yup, indeed, thanks. 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