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

Commit 49eb691c authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by John W. Linville
Browse files

mwl8k: initialize the mwl8k_info_tbl table using the MWL* enums

parent e0493a8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3267,14 +3267,14 @@ enum {
};

static struct mwl8k_device_info mwl8k_info_tbl[] __devinitdata = {
	{
	[MWL8687] = {
		.part_name	= "88w8687",
		.helper_image	= "mwl8k/helper_8687.fw",
		.fw_image	= "mwl8k/fmimage_8687.fw",
		.rxd_ops	= &rxd_8687_ops,
		.modes		= BIT(NL80211_IFTYPE_STATION),
	},
	{
	[MWL8366] = {
		.part_name	= "88w8366",
		.helper_image	= "mwl8k/helper_8366.fw",
		.fw_image	= "mwl8k/fmimage_8366.fw",