Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/types.h>
#include "b43legacy.h"
#include "phy.h"
#include "main.h"
#include "radio.h"
#include "ilt.h"
Go to the source code of this file.
Macros | |
#define | REG_MAX_PWR 20 |
#define REG_MAX_PWR 20 |
void b43legacy_phy_calibrate | ( | struct b43legacy_wldev * | dev | ) |
int b43legacy_phy_init | ( | struct b43legacy_wldev * | dev | ) |
int b43legacy_phy_init_tssi2dbm_table | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_phy_lo_adjust | ( | struct b43legacy_wldev * | dev, |
int | fixed | ||
) |
void b43legacy_phy_lo_b_measure | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_phy_lo_g_measure | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_phy_lo_mark_all_unused | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_phy_lock | ( | struct b43legacy_wldev * | dev | ) |
u16 b43legacy_phy_read | ( | struct b43legacy_wldev * | dev, |
u16 | offset | ||
) |
void b43legacy_phy_set_antenna_diversity | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_phy_set_baseband_attenuation | ( | struct b43legacy_wldev * | dev, |
u16 | bbatt | ||
) |
void b43legacy_phy_unlock | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_phy_write | ( | struct b43legacy_wldev * | dev, |
u16 | offset, | ||
u16 | val | ||
) |
void b43legacy_phy_xmitpower | ( | struct b43legacy_wldev * | dev | ) |