On Tue, 2010-12-28 at 19:36 +0200, ext Arik Nemtsov wrote: > > diff --git a/drivers/net/wireless/wl12xx/main.c > b/drivers/net/wireless/wl12xx/main.c > index 3747d98..ea61ae7 100644 > --- a/drivers/net/wireless/wl12xx/main.c > +++ b/drivers/net/wireless/wl12xx/main.c > @@ -1433,6 +1433,8 @@ static int wl1271_op_config(struct ieee80211_hw > *hw, u32 changed) > goto out; > } > > + is_ap = (wl->bss_type == BSS_TYPE_AP_BSS); > + > ret = wl1271_ps_elp_wakeup(wl, false); > if (ret < 0) > goto out; Did you forget to fix this one? As we discussed, this should be in 10/18. -- Cheers, Luca. -- 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