Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
rtl871x_rf.h File Reference
#include "rtl871x_cmd.h"
#include "rtl871x_mp_phy_regdef.h"

Go to the source code of this file.

Data Structures

struct  regulatory_class
 

Macros

#define OFDM_PHY   1
 
#define MIXED_PHY   2
 
#define CCK_PHY   3
 
#define NumRates   (13)
 
#define RTL8711_RF_MAX_SENS   6
 
#define RTL8711_RF_DEF_SENS   4
 
#define NUM_CHANNELS   15
 

Enumerations

enum  _REG_PREAMBLE_MODE {
  PREAMBLE_LONG = 1, PREAMBLE_AUTO = 2, PREAMBLE_SHORT = 3, PREAMBLE_LONG = 1,
  PREAMBLE_AUTO = 2, PREAMBLE_SHORT = 3
}
 
enum  {
  RTL8712_RFC_1T = 0x10, RTL8712_RFC_2T = 0x20, RTL8712_RFC_1R = 0x01, RTL8712_RFC_2R = 0x02,
  RTL8712_RFC_1T1R = 0x11, RTL8712_RFC_1T2R = 0x12, RTL8712_RFC_TURBO = 0x92, RTL8712_RFC_2T2R = 0x22
}
 

Macro Definition Documentation

#define CCK_PHY   3

Definition at line 34 of file rtl871x_rf.h.

#define MIXED_PHY   2

Definition at line 33 of file rtl871x_rf.h.

#define NUM_CHANNELS   15

Definition at line 38 of file rtl871x_rf.h.

#define NumRates   (13)

Definition at line 35 of file rtl871x_rf.h.

#define OFDM_PHY   1

Definition at line 32 of file rtl871x_rf.h.

#define RTL8711_RF_DEF_SENS   4

Definition at line 37 of file rtl871x_rf.h.

#define RTL8711_RF_MAX_SENS   6

Definition at line 36 of file rtl871x_rf.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
RTL8712_RFC_1T 
RTL8712_RFC_2T 
RTL8712_RFC_1R 
RTL8712_RFC_2R 
RTL8712_RFC_1T1R 
RTL8712_RFC_1T2R 
RTL8712_RFC_TURBO 
RTL8712_RFC_2T2R 

Definition at line 56 of file rtl871x_rf.h.

Enumerator:
PREAMBLE_LONG 
PREAMBLE_AUTO 
PREAMBLE_SHORT 
PREAMBLE_LONG 
PREAMBLE_AUTO 
PREAMBLE_SHORT 

Definition at line 50 of file rtl871x_rf.h.