diff options
Diffstat (limited to 'drivers/net/wireless/orinoco/fw.c')
-rw-r--r-- | drivers/net/wireless/orinoco/fw.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco/fw.c b/drivers/net/wireless/orinoco/fw.c index 1257250a1e22..5ea0f7cf85b1 100644 --- a/drivers/net/wireless/orinoco/fw.c +++ b/drivers/net/wireless/orinoco/fw.c | |||
@@ -3,6 +3,7 @@ | |||
3 | * See copyright notice in main.c | 3 | * See copyright notice in main.c |
4 | */ | 4 | */ |
5 | #include <linux/kernel.h> | 5 | #include <linux/kernel.h> |
6 | #include <linux/slab.h> | ||
6 | #include <linux/firmware.h> | 7 | #include <linux/firmware.h> |
7 | #include <linux/device.h> | 8 | #include <linux/device.h> |
8 | 9 | ||
@@ -28,6 +29,12 @@ static const struct fw_info orinoco_fw[] = { | |||
28 | { NULL, "prism_sta_fw.bin", "prism_ap_fw.bin", 0, 1024 }, | 29 | { NULL, "prism_sta_fw.bin", "prism_ap_fw.bin", 0, 1024 }, |
29 | { "symbol_sp24t_prim_fw", "symbol_sp24t_sec_fw", NULL, 0x00003100, 512 } | 30 | { "symbol_sp24t_prim_fw", "symbol_sp24t_sec_fw", NULL, 0x00003100, 512 } |
30 | }; | 31 | }; |
32 | MODULE_FIRMWARE("agere_sta_fw.bin"); | ||
33 | MODULE_FIRMWARE("agere_ap_fw.bin"); | ||
34 | MODULE_FIRMWARE("prism_sta_fw.bin"); | ||
35 | MODULE_FIRMWARE("prism_ap_fw.bin"); | ||
36 | MODULE_FIRMWARE("symbol_sp24t_prim_fw"); | ||
37 | MODULE_FIRMWARE("symbol_sp24t_sec_fw"); | ||
31 | 38 | ||
32 | /* Structure used to access fields in FW | 39 | /* Structure used to access fields in FW |
33 | * Make sure LE decoding macros are used | 40 | * Make sure LE decoding macros are used |