On Mon, Aug 30, 2010 at 7:17 AM, John W. Linville <linville@xxxxxxxxxxxxx> wrote: > On Sat, Aug 28, 2010 at 03:13:09AM -0400, Luis R. Rodriguez wrote: > >> diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h >> index 14123dc..5025950 100644 >> --- a/net/mac80211/driver-ops.h >> +++ b/net/mac80211/driver-ops.h >> @@ -187,6 +187,22 @@ static inline void drv_sw_scan_start(struct ieee80211_local *local) >> trace_drv_return_void(local); >> } >> >> +static inline int drv_sw_scan_wait_constraints(struct ieee80211_local *local) >> +{ >> + bool wait_constraints = false; >> + >> + might_sleep(); >> + >> + trace_drv_sw_scan_wait_constraints(local); >> + if (local->ops->sw_scan_start) > > Are we checking the right member here? Nope, thanks, will fix. Luis -- 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