Commit 7e75b942 authored by Ben Hutchings's avatar Ben Hutchings Committed by John W. Linville

mwl8k: declare MODULE_FIRMWARE

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 790e7560
...@@ -400,6 +400,9 @@ static int mwl8k_request_firmware(struct mwl8k_priv *priv) ...@@ -400,6 +400,9 @@ static int mwl8k_request_firmware(struct mwl8k_priv *priv)
return 0; return 0;
} }
MODULE_FIRMWARE("mwl8k/helper_8687.fw");
MODULE_FIRMWARE("mwl8k/fmimage_8687.fw");
struct mwl8k_cmd_pkt { struct mwl8k_cmd_pkt {
__le16 code; __le16 code;
__le16 length; __le16 length;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment