#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <linux/sched.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <net/mac80211.h>
#include <linux/etherdevice.h>
#include <asm/unaligned.h>
#include "common.h"
#include "4965.h"
Go to the source code of this file.
|
struct | il4965_txpower_comp_entry |
|
struct | gain_entry |
|
#define _IL4965_MODULE_FIRMWARE |
( |
|
api | ) |
IL4965_FW_PRE #api ".ucode" |
#define IL4965_FW_PRE "iwlwifi-4965-" |
#define IL4965_UCODE_API_MAX 2 |
#define IL4965_UCODE_API_MIN 2 |
#define IL_TEMPERATURE_THRESHOLD 3 |
il4965_verify_ucode - determine which instruction image is in SRAM, and verify its contents
Definition at line 119 of file 4965.c.