On Tue, 2006-08-22 at 15:52 +0200, Johannes Berg wrote: > + dev = dev_get_by_index(ifindex); > + result = nl80211_drv_by_priv_locked(dev->ieee80211_ptr); > + dev_put(dev); > + if (result) > + return result; > + err = -ENODEV;
Doh, bug (not checking dev != NULL) fixed in my local patch, will submit new ones later. johannes - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html