|
Linux Kernel
3.7.1
|
#include "rtl_core.h"#include "r8192E_phyreg.h"#include "r8192E_phy.h"#include "r8190P_rtl8256.h"Go to the source code of this file.
Functions | |
| void | PHY_SetRF8256Bandwidth (struct net_device *dev, enum ht_channel_width Bandwidth) |
| bool | PHY_RF8256_Config (struct net_device *dev) |
| bool | phy_RF8256_Config_ParaFile (struct net_device *dev) |
| void | PHY_SetRF8256CCKTxPower (struct net_device *dev, u8 powerlevel) |
| void | PHY_SetRF8256OFDMTxPower (struct net_device *dev, u8 powerlevel) |
| bool PHY_RF8256_Config | ( | struct net_device * | dev | ) |
Definition at line 85 of file r8190P_rtl8256.c.
| bool phy_RF8256_Config_ParaFile | ( | struct net_device * | dev | ) |
Definition at line 95 of file r8190P_rtl8256.c.
| void PHY_SetRF8256Bandwidth | ( | struct net_device * | dev, |
| enum ht_channel_width | Bandwidth | ||
| ) |
Definition at line 25 of file r8190P_rtl8256.c.
| void PHY_SetRF8256CCKTxPower | ( | struct net_device * | dev, |
| u8 | powerlevel | ||
| ) |
Definition at line 242 of file r8190P_rtl8256.c.
| void PHY_SetRF8256OFDMTxPower | ( | struct net_device * | dev, |
| u8 | powerlevel | ||
| ) |
Definition at line 260 of file r8190P_rtl8256.c.
1.8.2