Message ID | 1253662724-16497-4-git-send-email-tomas.winkler@intel.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Sep 23, 2009 at 3:44 AM, Marcel Holtmann <marcel@holtmann.org> wrote: > 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. > SDIO? Thanks Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.
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(-)