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

Commit 9476f4d6 authored by Gabor Juhos's avatar Gabor Juhos Committed by John W. Linville
Browse files

ath9k: add platform_device_id for AR9550

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