Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions | Variables
phy_n.c File Reference
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/types.h>
#include "b43.h"
#include "phy_n.h"
#include "tables_nphy.h"
#include "radio_2055.h"
#include "radio_2056.h"
#include "radio_2057.h"
#include "main.h"

Go to the source code of this file.

Data Structures

struct  nphy_txgains
 
struct  nphy_iqcal_params
 
struct  nphy_iq_est
 

Enumerations

enum  b43_nphy_rf_sequence {
  B43_RFSEQ_RX2TX, B43_RFSEQ_TX2RX, B43_RFSEQ_RESET2RX, B43_RFSEQ_UPDATE_GAINH,
  B43_RFSEQ_UPDATE_GAINL, B43_RFSEQ_UPDATE_GAINU
}
 
enum  b43_nphy_rssi_type {
  B43_NPHY_RSSI_X = 0, B43_NPHY_RSSI_Y, B43_NPHY_RSSI_Z, B43_NPHY_RSSI_PWRDET,
  B43_NPHY_RSSI_TSSI_I, B43_NPHY_RSSI_TSSI_Q, B43_NPHY_RSSI_TBD
}
 

Functions

void b43_nphy_set_rxantenna (struct b43_wldev *dev, int antenna)
 
int b43_phy_initn (struct b43_wldev *dev)
 

Variables

struct b43_phy_operations b43_phyops_n
 

Enumeration Type Documentation

Enumerator:
B43_RFSEQ_RX2TX 
B43_RFSEQ_TX2RX 
B43_RFSEQ_RESET2RX 
B43_RFSEQ_UPDATE_GAINH 
B43_RFSEQ_UPDATE_GAINL 
B43_RFSEQ_UPDATE_GAINU 

Definition at line 63 of file phy_n.c.

Enumerator:
B43_NPHY_RSSI_X 
B43_NPHY_RSSI_Y 
B43_NPHY_RSSI_Z 
B43_NPHY_RSSI_PWRDET 
B43_NPHY_RSSI_TSSI_I 
B43_NPHY_RSSI_TSSI_Q 
B43_NPHY_RSSI_TBD 

Definition at line 72 of file phy_n.c.

Function Documentation

void b43_nphy_set_rxantenna ( struct b43_wldev dev,
int  antenna 
)

Definition at line 2792 of file phy_n.c.

int b43_phy_initn ( struct b43_wldev dev)

Definition at line 4895 of file phy_n.c.

Variable Documentation

struct b43_phy_operations b43_phyops_n
Initial value:
= {
.allocate = b43_nphy_op_allocate,
.free = b43_nphy_op_free,
.prepare_structs = b43_nphy_op_prepare_structs,
.init = b43_nphy_op_init,
.phy_read = b43_nphy_op_read,
.phy_write = b43_nphy_op_write,
.phy_maskset = b43_nphy_op_maskset,
.radio_read = b43_nphy_op_radio_read,
.radio_write = b43_nphy_op_radio_write,
.software_rfkill = b43_nphy_op_software_rfkill,
.switch_analog = b43_nphy_op_switch_analog,
.switch_channel = b43_nphy_op_switch_channel,
.get_default_chan = b43_nphy_op_get_default_chan,
.recalc_txpower = b43_nphy_op_recalc_txpower,
.adjust_txpower = b43_nphy_op_adjust_txpower,
}

Definition at line 5554 of file phy_n.c.