#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/firmware.h>
#include <linux/device.h>
#include <linux/module.h>
#include "hermes.h"
#include "hermes_dld.h"
#include "orinoco.h"
#include "fw.h"
Go to the source code of this file.
Definition at line 92 of file fw.c.
#define TEXT_END 0x1A /* End of text header */ |
Definition at line 18 of file fw.c.
MODULE_FIRMWARE |
( |
"agere_sta_fw.bin" |
| ) |
|
MODULE_FIRMWARE |
( |
"agere_ap_fw.bin" |
| ) |
|
MODULE_FIRMWARE |
( |
"prism_sta_fw.bin" |
| ) |
|
MODULE_FIRMWARE |
( |
"prism_ap_fw.bin" |
| ) |
|
MODULE_FIRMWARE |
( |
"symbol_sp24t_prim_fw" |
| ) |
|
MODULE_FIRMWARE |
( |
"symbol_sp24t_sec_fw" |
| ) |
|
Definition at line 332 of file fw.c.