Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 247eee0e authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by John W. Linville
Browse files

ath9k: Add AR9340 platform id to id table

parent 5d48ae78
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,
	},
	{},
};