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