On Wed, 2010-12-22 at 16:27 +0200, ext Arik Nemtsov wrote: > Record TX configuration settings in the "conf" member of our global > structure (struct wl1271) if conf_tx is called when the firmware is > not loaded. > > Later on when the firmware is loaded, we apply the tx conf as part of > the init sequence. > > Important for AP mode since conf_tx is called before add_interface > (where the firmware is initialized). > > Signed-off-by: Arik Nemtsov <arik@xxxxxxxxxx> > --- [...] > diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c > index 3cc4f79..71a67f1 100644 > --- a/drivers/net/wireless/wl12xx/main.c > +++ b/drivers/net/wireless/wl12xx/main.c > @@ -1462,6 +1462,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; This is cross-patch and 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