Search Linux Wireless

Re: [PATCH 01/16] iwmc3200wifi: add BGN sdio device id

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Oct 16, 2009 at 7:18 AM, Zhu Yi <yi.zhu@xxxxxxxxx> wrote:
> Add BGN SKU sdio device id.
>
> Signed-off-by: Zhu Yi <yi.zhu@xxxxxxxxx>
Acked-by: Tomas Winkler <tomas.winkler@xxxxxxxxx>

I will remove SDIO_DEVICE_ID_INTEL_IWMC3200WIF from sdio_ids.h


> ---
>  drivers/net/wireless/iwmc3200wifi/sdio.c |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/wireless/iwmc3200wifi/sdio.c b/drivers/net/wireless/iwmc3200wifi/sdio.c
> index 8b1de84..38026b7 100644
> --- a/drivers/net/wireless/iwmc3200wifi/sdio.c
> +++ b/drivers/net/wireless/iwmc3200wifi/sdio.c
> @@ -493,8 +493,10 @@ static void iwm_sdio_remove(struct sdio_func *func)
>  }
>
>  static const struct sdio_device_id iwm_sdio_ids[] = {
> -       { SDIO_DEVICE(SDIO_VENDOR_ID_INTEL,
> -                     SDIO_DEVICE_ID_INTEL_IWMC3200WIFI) },
> +       /* Global/AGN SKU */
> +       { SDIO_DEVICE(SDIO_VENDOR_ID_INTEL, 0x1403) },
> +       /* BGN SKU */
> +       { SDIO_DEVICE(SDIO_VENDOR_ID_INTEL, 0x1408) },
>        { /* end: all zeroes */ },
>  };
>  MODULE_DEVICE_TABLE(sdio, iwm_sdio_ids);
> --
> 1.6.0.4
>
> --
> 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
>
--
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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux