Thanks for looking into the crash -- I can't explain it. > - if (ieee80211_vif_is_mesh(&sdata->vif)) { > + if (ieee80211_vif_is_mesh(&(*sta)->sdata->vif)) { However, that doesn't make any sense, given struct ieee80211_sub_if_data *sdata = (*sta)->sdata; Could the compiler be playing tricks on us? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part