linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Williams <dcbw@redhat.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, dkiran@marvell.com,
	Johannes Berg <johannes@sipsolutions.net>
Subject: Re: [PATCH 1/3] libertas: fix build error due to undefined symbol
Date: Wed, 23 Jun 2010 16:24:57 -0700	[thread overview]
Message-ID: <1277335497.25126.31.camel@dcbw.foobar.com> (raw)
In-Reply-To: <1277303846-17257-1-git-send-email-linville@tuxdriver.com>

On Wed, 2010-06-23 at 10:37 -0400, John W. Linville wrote:
> ERROR: "mesh_handler_def" [drivers/net/wireless/libertas/libertas.ko] undefined!
> 
> Caused by a hunk missed by "Libertas: cfg80211 support" when building
> with CONFIG_WIRELESS_EXT enabled.
> 
> Signed-off-by: John W. Linville <linville@tuxdriver.com>

Acked-by: Dan Williams <dcbw@redhat.com>

> ---
>  drivers/net/wireless/libertas/mesh.c |    3 ---
>  drivers/net/wireless/libertas/mesh.h |    5 -----
>  2 files changed, 0 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/net/wireless/libertas/mesh.c b/drivers/net/wireless/libertas/mesh.c
> index 00b36b0..bc5bc13 100644
> --- a/drivers/net/wireless/libertas/mesh.c
> +++ b/drivers/net/wireless/libertas/mesh.c
> @@ -370,9 +370,6 @@ int lbs_add_mesh(struct lbs_private *priv)
>  
>  	SET_NETDEV_DEV(priv->mesh_dev, priv->dev->dev.parent);
>  
> -#ifdef	WIRELESS_EXT
> -	mesh_dev->wireless_handlers = &mesh_handler_def;
> -#endif
>  	mesh_dev->flags |= IFF_BROADCAST | IFF_MULTICAST;
>  	/* Register virtual mesh interface */
>  	ret = register_netdev(mesh_dev);
> diff --git a/drivers/net/wireless/libertas/mesh.h b/drivers/net/wireless/libertas/mesh.h
> index e257330..84ea248 100644
> --- a/drivers/net/wireless/libertas/mesh.h
> +++ b/drivers/net/wireless/libertas/mesh.h
> @@ -70,11 +70,6 @@ void lbs_persist_config_init(struct net_device *net);
>  void lbs_persist_config_remove(struct net_device *net);
>  
> 
> -/* WEXT handler */
> -
> -extern struct iw_handler_def mesh_handler_def;
> -
> -
>  /* Ethtool statistics */
>  
>  struct ethtool_stats;



  reply	other threads:[~2010-06-23 23:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-14 16:31 [PATCH 1/3] Libertas: cfg80211 support Kiran Divekar
2010-06-14 12:40 ` Johannes Berg
2010-06-15 13:48   ` Holger Schurig
2010-06-23  8:25 ` Johannes Berg
2010-06-23 14:37   ` [PATCH 1/3] libertas: fix build error due to undefined symbol John W. Linville
2010-06-23 23:24     ` Dan Williams [this message]
2010-06-23 14:37   ` [PATCH 2/3] libertas: unmangle capability value John W. Linville
2010-06-23 23:24     ` Dan Williams
2010-06-23 14:37   ` [PATCH 3/3] libertas: mark lbs_ret_802_11d_domain_info static John W. Linville
2010-06-23 23:24     ` Dan Williams
2010-06-24  5:38   ` [PATCH 1/3] Libertas: cfg80211 support Kiran Divekar
2010-06-24  6:03     ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1277335497.25126.31.camel@dcbw.foobar.com \
    --to=dcbw@redhat.com \
    --cc=dkiran@marvell.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).