On Wed, Dec 29, 2010 at 11:21, Luciano Coelho <luciano.coelho@xxxxxxxxx> wrote: > 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. > Actually it was added in 10/18 (at the beginning of the function), but I forgot to remove it from 14/18. The correct place to set this is here after the mutex is held, so I've moved this line to 10/18 (for good this time I hope). Thanks, Arik -- 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