Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
r8180_dm.h File Reference
#include "r8180.h"

Go to the source code of this file.

Functions

void SwAntennaDiversityRxOk8185 (struct net_device *dev, u8 SignalStrength)
 
bool SetAntenna8185 (struct net_device *dev, u8 u1bAntennaIndex)
 
bool SwitchAntenna (struct net_device *dev)
 
void SwAntennaDiversity (struct net_device *dev)
 
void SwAntennaDiversityTimerCallback (struct net_device *dev)
 
bool CheckDig (struct net_device *dev)
 
bool CheckHighPower (struct net_device *dev)
 
void rtl8180_hw_dig_wq (struct work_struct *work)
 
void rtl8180_tx_pw_wq (struct work_struct *work)
 
void rtl8180_rate_adapter (struct work_struct *work)
 
void TxPwrTracking87SE (struct net_device *dev)
 
bool CheckTxPwrTracking (struct net_device *dev)
 
void timer_rate_adaptive (unsigned long data)
 

Function Documentation

bool CheckDig ( struct net_device dev)

Definition at line 110 of file r8180_dm.c.

bool CheckHighPower ( struct net_device dev)

Definition at line 8 of file r8180_dm.c.

bool CheckTxPwrTracking ( struct net_device dev)

Definition at line 1102 of file r8180_dm.c.

void rtl8180_hw_dig_wq ( struct work_struct work)

Definition at line 210 of file r8180_dm.c.

void rtl8180_rate_adapter ( struct work_struct work)

Definition at line 874 of file r8180_dm.c.

void rtl8180_tx_pw_wq ( struct work_struct work)

Definition at line 97 of file r8180_dm.c.

bool SetAntenna8185 ( struct net_device dev,
u8  u1bAntennaIndex 
)

Definition at line 914 of file r8180_dm.c.

void SwAntennaDiversity ( struct net_device dev)

Definition at line 971 of file r8180_dm.c.

void SwAntennaDiversityRxOk8185 ( struct net_device dev,
u8  SignalStrength 
)

Definition at line 896 of file r8180_dm.c.

void SwAntennaDiversityTimerCallback ( struct net_device dev)

Definition at line 1118 of file r8180_dm.c.

bool SwitchAntenna ( struct net_device dev)

Definition at line 952 of file r8180_dm.c.

void timer_rate_adaptive ( unsigned long  data)

Definition at line 881 of file r8180_dm.c.

void TxPwrTracking87SE ( struct net_device dev)

Definition at line 392 of file r8180_dm.c.