On Mon, 2012-11-26 at 18:05 +0200, Arik Nemtsov wrote: > From: Yair Shapira <yair.shapira@xxxxxx> > > add support for recovery settings including bug_on_recovery and > no_recovery options. > > These options can now be set using wl18xx-conf.bin file and wlconf > tool. > > Signed-off-by: Yair Shapira <yair.shapira@xxxxxx> > Signed-off-by: Arik Nemtsov <arik@xxxxxxxxxx> > --- [...] > diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c > index a48a36c..56f20d6 100644 > --- a/drivers/net/wireless/ti/wlcore/main.c > +++ b/drivers/net/wireless/ti/wlcore/main.c [...] > @@ -306,6 +306,8 @@ out: > static void wlcore_adjust_conf(struct wl1271 *wl) > { > /* Adjust settings according to optional module parameters */ > + > + /* Firmware Log Settings */ This comment is useless and doesn't follow the coding style. I'll remove it when applying. > @@ -321,6 +323,13 @@ static void wlcore_adjust_conf(struct wl1271 *wl) > wl1271_error("Unknown fwlog parameter %s", fwlog_param); > } > } > + > + /* Recovery Settings */ Same here. -- 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