Browse Source

ath9k: Add AR9340 platform id to id table

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Vasanthakumar Thiagarajan 14 năm trước cách đây
mục cha
commit
247eee0e4e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      drivers/net/wireless/ath/ath9k/ahb.c

+ 4 - 0
drivers/net/wireless/ath/ath9k/ahb.c

@@ -26,6 +26,10 @@ const struct platform_device_id ath9k_platform_id_table[] = {
 		.name = "ath9k",
 		.driver_data = AR5416_AR9100_DEVID,
 	},
+	{
+		.name = "ar934x_wmac",
+		.driver_data = AR9300_DEVID_AR9340,
+	},
 	{},
 };