dect
/
linux-2.6
Archived
13
0
Fork 0

mwl8k: initialize the mwl8k_info_tbl table using the MWL* enums

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Lennert Buytenhek 2009-11-30 18:32:13 +01:00 committed by John W. Linville
parent e0493a8dd6
commit 49eb691c8f
1 changed files with 2 additions and 2 deletions

View File

@ -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",