On Mon, 2010-08-30 at 15:37 -0400, John W. Linville wrote: > > > - /* use this reason, __ieee80211_resume will unblock it */ > > > + ieee80211_scan_cancel(local); > > > + > > > + /* use this reason, ieee80211_reconfig will unblock it */ > > > > Hmm, yes .. but how will this interact with hw scan? > > You tell me -- I would think that calling ieee80211_restart_hw > would effectively abandon all hope of a hardware scan completing. > Should the caller call ieee80211_scan_completed(..., 1)? Or should > we do that (or equivalent) here too? Yeah, I guess the caller probably should since it may have internal state that needs resetting for scans as well. Maybe we should WARN_ON(scan in progress) here for the hw scan case, and do what you're proposing only for SW scan? 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