aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2009-11-30 18:32:13 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-12-28 16:31:26 -0500
commit49eb691c8f48a29adfdfbdeb82433f1f8cb6524d (patch)
treeb675c4050c9f52234a2ca546b05cf90786d73ad1 /drivers
parentmwl8k: inline qos field manipulation functions (diff)
downloadlinux-dev-49eb691c8f48a29adfdfbdeb82433f1f8cb6524d.tar.xz
linux-dev-49eb691c8f48a29adfdfbdeb82433f1f8cb6524d.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/mwl8k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwl8k.c b/drivers/net/wireless/mwl8k.c
index 8cbb52cc4269..5c849aa86139 100644
--- a/drivers/net/wireless/mwl8k.c
+++ b/drivers/net/wireless/mwl8k.c
@@ -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",