diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2009-11-07 17:01:29 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-11 15:23:53 -0500 |
commit | 6f48d0e981c026572eac643ed43ebfb883048c14 (patch) | |
tree | 4a93b6512d9cb89211fb2686039e3c104f7b742f /drivers/net | |
parent | 7e75b942f67a13a9980c5e2b4fa1993b20426284 (diff) |
orinoco: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/orinoco/fw.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco/fw.c b/drivers/net/wireless/orinoco/fw.c index 1257250a1e22..cfa72962052b 100644 --- a/drivers/net/wireless/orinoco/fw.c +++ b/drivers/net/wireless/orinoco/fw.c | |||
@@ -28,6 +28,12 @@ static const struct fw_info orinoco_fw[] = { | |||
28 | { NULL, "prism_sta_fw.bin", "prism_ap_fw.bin", 0, 1024 }, | 28 | { NULL, "prism_sta_fw.bin", "prism_ap_fw.bin", 0, 1024 }, |
29 | { "symbol_sp24t_prim_fw", "symbol_sp24t_sec_fw", NULL, 0x00003100, 512 } | 29 | { "symbol_sp24t_prim_fw", "symbol_sp24t_sec_fw", NULL, 0x00003100, 512 } |
30 | }; | 30 | }; |
31 | MODULE_FIRMWARE("agere_sta_fw.bin"); | ||
32 | MODULE_FIRMWARE("agere_ap_fw.bin"); | ||
33 | MODULE_FIRMWARE("prism_sta_fw.bin"); | ||
34 | MODULE_FIRMWARE("prism_ap_fw.bin"); | ||
35 | MODULE_FIRMWARE("symbol_sp24t_prim_fw"); | ||
36 | MODULE_FIRMWARE("symbol_sp24t_sec_fw"); | ||
31 | 37 | ||
32 | /* Structure used to access fields in FW | 38 | /* Structure used to access fields in FW |
33 | * Make sure LE decoding macros are used | 39 | * Make sure LE decoding macros are used |