On Fri, 2009-10-16 at 17:33 +0200, Holger Schurig wrote: > Signed-off-by: Holger Schurig <hs4233@xxxxxxxxxxxxxxxxxxxx> > Acked-by: Dan Williams <dcbw@xxxxxxxxxx> > --- linux-wl.orig/drivers/net/wireless/libertas/cmd.c > +++ linux-wl/drivers/net/wireless/libertas/cmd.c > @@ -880,7 +880,7 @@ > * > * @return The channel on success, error on failure > */ > -int lbs_get_channel(struct lbs_private *priv) > +static int lbs_get_channel(struct lbs_private *priv) > { > struct cmd_ds_802_11_rf_channel cmd; > int ret = 0; > --- linux-wl.orig/drivers/net/wireless/libertas/cmd.h > +++ linux-wl/drivers/net/wireless/libertas/cmd.h > @@ -82,8 +82,6 @@ > > int lbs_update_hw_spec(struct lbs_private *priv); > > -int lbs_get_channel(struct lbs_private *priv); > - > int lbs_set_channel(struct lbs_private *priv, u8 channel); > > int lbs_update_channel(struct lbs_private *priv); > -- 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