diff options
author | Shahar Levi <shahar_levi@ti.com> | 2011-03-06 09:32:20 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-04-19 09:49:03 -0400 |
commit | 0830ceedbfde20c9110c59597fdffbf51886565a (patch) | |
tree | 0fbe0e87a3a8c021398170bdda01f03d56be6b86 /drivers/net/wireless/wl12xx/sdio_test.c | |
parent | 1aed55fd784d000fb6741cefb68712d64817bd68 (diff) |
wl12xx: 1281/1283 support - enable chip support
Add support to wl128x chip via chip id
Signed-off-by: Shahar Levi <shahar_levi@ti.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/sdio_test.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/sdio_test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/sdio_test.c b/drivers/net/wireless/wl12xx/sdio_test.c index c02c87046615..968249a4da39 100644 --- a/drivers/net/wireless/wl12xx/sdio_test.c +++ b/drivers/net/wireless/wl12xx/sdio_test.c | |||
@@ -293,6 +293,11 @@ static int wl1271_chip_wakeup(struct wl1271 *wl) | |||
293 | wl1271_notice("chip id 0x%x (1271 PG20)", | 293 | wl1271_notice("chip id 0x%x (1271 PG20)", |
294 | wl->chip.id); | 294 | wl->chip.id); |
295 | break; | 295 | break; |
296 | case CHIP_ID_1283_PG20: | ||
297 | wl1271_notice("chip id 0x%x (1283 PG20)", | ||
298 | wl->chip.id); | ||
299 | break; | ||
300 | case CHIP_ID_1283_PG10: | ||
296 | default: | 301 | default: |
297 | wl1271_warning("unsupported chip id: 0x%x", wl->chip.id); | 302 | wl1271_warning("unsupported chip id: 0x%x", wl->chip.id); |
298 | return -ENODEV; | 303 | return -ENODEV; |