Comment 3 for bug 1504975

Revision history for this message
chris (viscousplacebo-7) wrote :

I manged to fix it pretty easily just by adding a ie_len parameter

cfg80211_disconnected(ndev, 0, NULL, 0,0, GFP_KERNEL);

I just set it to 0, which may be pretty silly, but at least my driver works :)