提交 49eb691c 编写于 作者: L Lennert Buytenhek 提交者: John W. Linville

mwl8k: initialize the mwl8k_info_tbl table using the MWL* enums

Signed-off-by: NLennert Buytenhek <buytenh@marvell.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 e0493a8d
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册