OSDN Git Service

ath9k: add platform_device_id for AR9550
authorGabor Juhos <juhosg@openwrt.org>
Tue, 3 Jul 2012 17:13:18 +0000 (19:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Jul 2012 20:36:24 +0000 (16:36 -0400)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ahb.c

index 4a4e8a2..3a69804 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,
+       },
        {},
 };