]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ath9k: add platform device id for AR9330
authorGabor Juhos <juhosg@openwrt.org>
Tue, 21 Jun 2011 09:23:24 +0000 (11:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Jun 2011 20:09:49 +0000 (16:09 -0400)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ahb.c

index 5b49cd03bfdfcaa09d130c07fed1d0bab0607afe..0b36fcf8a280c66e43bb1888e1193fc414a10e02 100644 (file)
@@ -26,6 +26,10 @@ static const struct platform_device_id ath9k_platform_id_table[] = {
                .name = "ath9k",
                .driver_data = AR5416_AR9100_DEVID,
        },
+       {
+               .name = "ar933x_wmac",
+               .driver_data = AR9300_DEVID_AR9330,
+       },
        {
                .name = "ar934x_wmac",
                .driver_data = AR9300_DEVID_AR9340,