|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/firmware.h>#include <linux/etherdevice.h>#include <linux/sort.h>#include <linux/slab.h>#include <net/mac80211.h>#include <linux/crc-ccitt.h>#include <linux/export.h>#include "p54.h"#include "eeprom.h"#include "lmac.h"Go to the source code of this file.
Data Structures | |
| struct | p54_channel_entry |
| struct | p54_channel_list |
Macros | |
| #define | CHAN_HAS_CAL BIT(0) |
| #define | CHAN_HAS_LIMIT BIT(1) |
| #define | CHAN_HAS_CURVE BIT(2) |
| #define | CHAN_HAS_ALL (CHAN_HAS_CAL | CHAN_HAS_LIMIT | CHAN_HAS_CURVE) |
| #define | SUB(x, y) (u8)(((x) - (y)) > (x) ? 0 : (x) - (y)) |
| #define CHAN_HAS_ALL (CHAN_HAS_CAL | CHAN_HAS_LIMIT | CHAN_HAS_CURVE) |
| EXPORT_SYMBOL_GPL | ( | p54_parse_eeprom | ) |
| EXPORT_SYMBOL_GPL | ( | p54_read_eeprom | ) |
| int p54_parse_eeprom | ( | struct ieee80211_hw * | dev, |
| void * | eeprom, | ||
| int | len | ||
| ) |
| int p54_read_eeprom | ( | struct ieee80211_hw * | dev | ) |
|
read |
1.8.2