All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
To: Tomas Winkler <tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org,
	linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	guy.cohen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	ron.rindjunsky-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Subject: Re: [PATCH 3/3] i2400m-sdio: select IWMC3200TOP in Kconfig
Date: Tue, 22 Sep 2009 17:44:04 -0700	[thread overview]
Message-ID: <1253666644.2931.7.camel@localhost.localdomain> (raw)
In-Reply-To: <1253662724-16497-4-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Hi Tomas,

> i2400m-sdio requires iwmc3200top for its operation
> 
> Signed-off-by: Tomas Winkler <tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
>  drivers/net/wimax/i2400m/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/net/wimax/i2400m/Kconfig b/drivers/net/wimax/i2400m/Kconfig
> index d623b3d..7368ad5 100644
> --- a/drivers/net/wimax/i2400m/Kconfig
> +++ b/drivers/net/wimax/i2400m/Kconfig
> @@ -25,6 +25,7 @@ config WIMAX_I2400M_SDIO
>  	tristate "Intel Wireless WiMAX Connection 2400 over SDIO"
>  	depends on WIMAX && MMC
>  	select WIMAX_I2400M
> +	select IWMC3200TOP
>  	help
>  	  Select if you have a device based on the Intel WiMAX
>  	  Connection 2400 over SDIO.

this is not true actually. Since the WiMAX hardware in my laptop doesn't
require the top driver.

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Marcel Holtmann <marcel@holtmann.org>
To: Tomas Winkler <tomas.winkler@intel.com>
Cc: davem@davemloft.net, linville@tuxdriver.com,
	netdev@vger.kernel.org, linux-wireless@vger.kernel.org,
	linux-mmc@vger.kernel.org, yi.zhu@intel.com,
	inaky.perez-gonzalez@intel.com, cindy.h.kao@intel.com,
	guy.cohen@intel.com, ron.rindjunsky@intel.com
Subject: Re: [PATCH 3/3] i2400m-sdio: select IWMC3200TOP in Kconfig
Date: Tue, 22 Sep 2009 17:44:04 -0700	[thread overview]
Message-ID: <1253666644.2931.7.camel@localhost.localdomain> (raw)
In-Reply-To: <1253662724-16497-4-git-send-email-tomas.winkler@intel.com>

Hi Tomas,

> i2400m-sdio requires iwmc3200top for its operation
> 
> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
> ---
>  drivers/net/wimax/i2400m/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/net/wimax/i2400m/Kconfig b/drivers/net/wimax/i2400m/Kconfig
> index d623b3d..7368ad5 100644
> --- a/drivers/net/wimax/i2400m/Kconfig
> +++ b/drivers/net/wimax/i2400m/Kconfig
> @@ -25,6 +25,7 @@ config WIMAX_I2400M_SDIO
>  	tristate "Intel Wireless WiMAX Connection 2400 over SDIO"
>  	depends on WIMAX && MMC
>  	select WIMAX_I2400M
> +	select IWMC3200TOP
>  	help
>  	  Select if you have a device based on the Intel WiMAX
>  	  Connection 2400 over SDIO.

this is not true actually. Since the WiMAX hardware in my laptop doesn't
require the top driver.

Regards

Marcel



  parent reply	other threads:[~2009-09-23  0:44 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-22 23:38 [PATCH 0/3 net] Add iwmc3200top driver Tomas Winkler
2009-09-22 23:38 ` [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver Tomas Winkler
2009-09-23  6:57   ` Johannes Berg
     [not found]     ` <1253689036.4458.22.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-09-23  7:23       ` Tomas Winkler
2009-09-23  7:23         ` Tomas Winkler
2009-09-23  7:34         ` Johannes Berg
     [not found]           ` <1253691283.4458.38.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-09-23 12:29             ` Tomas Winkler
2009-09-23 12:29               ` Tomas Winkler
2009-09-23 17:48         ` Inaky Perez-Gonzalez
2009-10-10  9:38   ` Tomas Winkler
     [not found]     ` <1ba2fa240910100238s709c31d3s6cb612f502b1086f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-10-11  1:58       ` David Miller
2009-10-11  1:58         ` David Miller
     [not found]         ` <20091010.185852.133969433.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2009-10-11  7:40           ` Eric Dumazet
2009-10-11  7:40             ` Eric Dumazet
2009-10-12  6:07             ` David Miller
2009-10-11  8:05         ` Tomas Winkler
2009-10-11 10:36           ` David Miller
2009-10-11 13:07             ` Tomas Winkler
2009-10-12 13:17             ` John W. Linville
     [not found]   ` <1253662724-16497-2-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-09-22 23:38     ` [PATCH 2/3] iwmc3200wifi: select IWMC3200TOP in Kconfig Tomas Winkler
2009-09-22 23:38       ` Tomas Winkler
2009-09-22 23:38       ` [PATCH 3/3] i2400m-sdio: " Tomas Winkler
     [not found]         ` <1253662724-16497-4-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-09-23  0:44           ` Marcel Holtmann [this message]
2009-09-23  0:44             ` Marcel Holtmann
     [not found]             ` <1253666644.2931.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-09-23  5:36               ` Tomas Winkler
2009-09-23  5:36                 ` Tomas Winkler
     [not found]       ` <1253662724-16497-3-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-09-29  9:22         ` [PATCH 2/3] iwmc3200wifi: " Zhu Yi
2009-09-29  9:22           ` Zhu Yi
2009-10-10 11:01     ` [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver Marcel Holtmann
2009-10-10 11:01       ` Marcel Holtmann
     [not found]       ` <1255172508.19127.22.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-10-10 18:05         ` Tomas Winkler
2009-10-10 18:05           ` Tomas Winkler
2009-10-11  1:59           ` David Miller

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=1253666644.2931.7.camel@localhost.localdomain \
    --to=marcel-kz+m5ild9qbg9huczpvpmw@public.gmane.org \
    --cc=cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
    --cc=guy.cohen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=ron.rindjunsky-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.