Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
r8180_rtl8225z2.c File Reference
#include "r8180_hw.h"
#include "r8180_rtl8225.h"
#include "r8180_93cx6.h"
#include "ieee80211/dot11d.h"

Go to the source code of this file.

Macros

#define MAX_DOZE_WAITING_TIMES_85B   20
 
#define MAX_POLLING_24F_TIMES_87SE   10
 
#define LPS_MAX_SLEEP_WAITING_TIMES_87SE   5
 

Functions

void rtl8225z2_set_gain (struct net_device *dev, short gain)
 
short rtl8225_is_V_z2 (struct net_device *dev)
 
void rtl8225z2_rf_close (struct net_device *dev)
 
s8 DbmToTxPwrIdx (struct r8180_priv *priv, WIRELESS_MODE WirelessMode, s32 PowerInDbm)
 
void rtl8225z2_SetTXPowerLevel (struct net_device *dev, short ch)
 
void rtl8225z2_rf_set_chan (struct net_device *dev, short ch)
 
void rtl8225z2_rf_init (struct net_device *dev)
 
void rtl8225z2_rf_set_mode (struct net_device *dev)
 
bool SetZebraRFPowerState8185 (struct net_device *dev, RT_RF_POWER_STATE eRFPowerState)
 
void rtl8225z4_rf_sleep (struct net_device *dev)
 
void rtl8225z4_rf_wakeup (struct net_device *dev)
 

Macro Definition Documentation

#define LPS_MAX_SLEEP_WAITING_TIMES_87SE   5

Definition at line 855 of file r8180_rtl8225z2.c.

#define MAX_DOZE_WAITING_TIMES_85B   20

Definition at line 853 of file r8180_rtl8225z2.c.

#define MAX_POLLING_24F_TIMES_87SE   10

Definition at line 854 of file r8180_rtl8225z2.c.

Function Documentation

s8 DbmToTxPwrIdx ( struct r8180_priv priv,
WIRELESS_MODE  WirelessMode,
s32  PowerInDbm 
)

Definition at line 446 of file r8180_rtl8225z2.c.

short rtl8225_is_V_z2 ( struct net_device dev)

Definition at line 415 of file r8180_rtl8225z2.c.

void rtl8225z2_rf_close ( struct net_device dev)

Definition at line 431 of file r8180_rtl8225z2.c.

void rtl8225z2_rf_init ( struct net_device dev)

Definition at line 632 of file r8180_rtl8225z2.c.

void rtl8225z2_rf_set_chan ( struct net_device dev,
short  ch 
)

Definition at line 563 of file r8180_rtl8225z2.c.

void rtl8225z2_rf_set_mode ( struct net_device dev)

Definition at line 814 of file r8180_rtl8225z2.c.

void rtl8225z2_set_gain ( struct net_device dev,
short  gain 
)

Definition at line 287 of file r8180_rtl8225z2.c.

void rtl8225z2_SetTXPowerLevel ( struct net_device dev,
short  ch 
)

Definition at line 497 of file r8180_rtl8225z2.c.

void rtl8225z4_rf_sleep ( struct net_device dev)

Definition at line 1047 of file r8180_rtl8225z2.c.

void rtl8225z4_rf_wakeup ( struct net_device dev)

Definition at line 1052 of file r8180_rtl8225z2.c.

bool SetZebraRFPowerState8185 ( struct net_device dev,
RT_RF_POWER_STATE  eRFPowerState 
)

Definition at line 857 of file r8180_rtl8225z2.c.