]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
wl1251: add support for PG11 chips.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 15 Oct 2009 13:38:16 +0000 (14:38 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Oct 2009 20:48:20 +0000 (16:48 -0400)
This simple patch adds support for the PG11 variant of the WL1251 chip as
used on the OpenPandora OMAP3 device.

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/wl1251_main.c

index 23ac50303757b18671391bf870902faa1598d85d..ec01e9dadb0d9ac45ab91c8035a1f5d05439c8f9 100644 (file)
@@ -185,6 +185,9 @@ static int wl1251_chip_wakeup(struct wl1251 *wl)
                break;
        case CHIP_ID_1251_PG10:
        case CHIP_ID_1251_PG11:
+               wl1251_debug(DEBUG_BOOT, "chip id 0x%x (1251 PG11)",
+                            wl->chip_id);
+               break;
        default:
                wl1251_error("unsupported chip id: 0x%x", wl->chip_id);
                ret = -ENODEV;