Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171002
b: refs/heads/master
c: 30315ff
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Oct 27, 2009
1 parent 0a01f81 commit 228d2dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43b7b314f606b64f8645e4ec1a59df8a97a79b5a
refs/heads/master: 30315ff05fce99ef0c172a966b3ed71baa62219b
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/iwmc3200wifi/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 228d2dc

Please sign in to comment.