ath9k: add platform_device_id for AR9550
authorGabor Juhos <[email protected]>
Tue, 3 Jul 2012 17:13:18 +0000 (19:13 +0200)
committerJohn W. Linville <[email protected]>
Mon, 9 Jul 2012 20:36:24 +0000 (16:36 -0400)
Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Luis R. Rodriguez <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/ath/ath9k/ahb.c

index 4a4e8a2b9d2c4cbefa6770e67f2b377ef07cc09e..3a69804f4c16e94e369691a78f612e859d86d90f 100644 (file)
@@ -35,6 +35,10 @@ static const struct platform_device_id ath9k_platform_id_table[] = {
                .name = "ar934x_wmac",
                .driver_data = AR9300_DEVID_AR9340,
        },
+       {
+               .name = "qca955x_wmac",
+               .driver_data = AR9300_DEVID_QCA955X,
+       },
        {},
 };