Staging: rtl8192e: Code style fixes for r819xE_phy.h
Signed-off-by: Radu Voicilas <rvoicilas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1719e1190a
commit
4db3d5e4e7
@@ -1,6 +1,7 @@
|
|||||||
#ifndef _R819XU_PHY_H
|
#ifndef _R819XU_PHY_H
|
||||||
#define _R819XU_PHY_H
|
#define _R819XU_PHY_H
|
||||||
/* Channel switch:The size of command tables for switch channel*/
|
|
||||||
|
/* Channel switch: the size of command tables for switch channel */
|
||||||
#define MAX_PRECMD_CNT 16
|
#define MAX_PRECMD_CNT 16
|
||||||
#define MAX_RFDEPENDCMD_CNT 16
|
#define MAX_RFDEPENDCMD_CNT 16
|
||||||
#define MAX_POSTCMD_CNT 16
|
#define MAX_POSTCMD_CNT 16
|
||||||
@@ -22,6 +23,7 @@
|
|||||||
#define Rtl819XPHY_REG_1T2RArray Rtl8190PciPHY_REG_1T2RArray
|
#define Rtl819XPHY_REG_1T2RArray Rtl8190PciPHY_REG_1T2RArray
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef RTL8192E
|
#ifdef RTL8192E
|
||||||
#define MACPHY_Array_PGLength 30
|
#define MACPHY_Array_PGLength 30
|
||||||
#define Rtl819XMACPHY_Array_PG Rtl8192PciEMACPHY_Array_PG
|
#define Rtl819XMACPHY_Array_PG Rtl8192PciEMACPHY_Array_PG
|
||||||
@@ -38,6 +40,7 @@
|
|||||||
#define PHY_REG_1T2RArrayLength 296
|
#define PHY_REG_1T2RArrayLength 296
|
||||||
#define Rtl819XPHY_REG_1T2RArray Rtl8192PciEPHY_REG_1T2RArray
|
#define Rtl819XPHY_REG_1T2RArray Rtl8192PciEPHY_REG_1T2RArray
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AGCTAB_ArrayLength 384
|
#define AGCTAB_ArrayLength 384
|
||||||
#define MACPHY_ArrayLength 18
|
#define MACPHY_ArrayLength 18
|
||||||
|
|
||||||
@@ -55,8 +58,7 @@ typedef enum _SwChnlCmdID{
|
|||||||
CmdID_RF_WriteReg,
|
CmdID_RF_WriteReg,
|
||||||
} SwChnlCmdID;
|
} SwChnlCmdID;
|
||||||
|
|
||||||
/*--------------------------------Define structure--------------------------------*/
|
/* switch channel data structure */
|
||||||
/* 1. Switch channel related */
|
|
||||||
typedef struct _SwChnlCmd {
|
typedef struct _SwChnlCmd {
|
||||||
SwChnlCmdID CmdID;
|
SwChnlCmdID CmdID;
|
||||||
u32 Para1;
|
u32 Para1;
|
||||||
@@ -77,15 +79,19 @@ typedef enum _HW90_BLOCK{
|
|||||||
HW90_BLOCK_PHY0 = 1,
|
HW90_BLOCK_PHY0 = 1,
|
||||||
HW90_BLOCK_PHY1 = 2,
|
HW90_BLOCK_PHY1 = 2,
|
||||||
HW90_BLOCK_RF = 3,
|
HW90_BLOCK_RF = 3,
|
||||||
HW90_BLOCK_MAXIMUM = 4, // Never use this
|
/* Don't ever use this. */
|
||||||
|
HW90_BLOCK_MAXIMUM = 4,
|
||||||
} HW90_BLOCK_E, *PHW90_BLOCK_E;
|
} HW90_BLOCK_E, *PHW90_BLOCK_E;
|
||||||
|
|
||||||
typedef enum _RF90_RADIO_PATH {
|
typedef enum _RF90_RADIO_PATH {
|
||||||
RF90_PATH_A = 0, //Radio Path A
|
/* Radio paths */
|
||||||
RF90_PATH_B = 1, //Radio Path B
|
RF90_PATH_A = 0,
|
||||||
RF90_PATH_C = 2, //Radio Path C
|
RF90_PATH_B = 1,
|
||||||
RF90_PATH_D = 3, //Radio Path D
|
RF90_PATH_C = 2,
|
||||||
RF90_PATH_MAX //Max RF number 92 support
|
RF90_PATH_D = 3,
|
||||||
|
|
||||||
|
/* Max RF number 92 support */
|
||||||
|
RF90_PATH_MAX
|
||||||
} RF90_RADIO_PATH_E, *PRF90_RADIO_PATH_E;
|
} RF90_RADIO_PATH_E, *PRF90_RADIO_PATH_E;
|
||||||
|
|
||||||
#define bMaskByte0 0xff
|
#define bMaskByte0 0xff
|
||||||
@@ -96,30 +102,62 @@ typedef enum _RF90_RADIO_PATH{
|
|||||||
#define bMaskLWord 0x0000ffff
|
#define bMaskLWord 0x0000ffff
|
||||||
#define bMaskDWord 0xffffffff
|
#define bMaskDWord 0xffffffff
|
||||||
|
|
||||||
//extern u32 rtl8192_CalculateBitShift(u32 dwBitMask);
|
/*extern u32 rtl8192_CalculateBitShift(u32 dwBitMask);
|
||||||
|
|
||||||
|
extern u32 rtl8192_phy_RFSerialRead(struct net_device *dev,
|
||||||
|
RF90_RADIO_PATH_E eRFPath, u32 Offset);
|
||||||
|
|
||||||
|
extern void rtl8192_phy_RFSerialWrite(struct net_device *dev,
|
||||||
|
RF90_RADIO_PATH_E eRFPath, u32 Offset, u32 Data);
|
||||||
|
|
||||||
|
extern void rtl8192_InitBBRFRegDef(struct net_device *dev);
|
||||||
|
|
||||||
|
extern RT_STATUS rtl8192_BB_Config_ParaFile(struct net_device *dev); */
|
||||||
|
|
||||||
extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath);
|
extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath);
|
||||||
extern void rtl8192_setBBreg(struct net_device* dev, u32 dwRegAddr, u32 dwBitMask, u32 dwData);
|
|
||||||
extern u32 rtl8192_QueryBBReg(struct net_device* dev, u32 dwRegAddr, u32 dwBitMask);
|
extern void rtl8192_setBBreg(struct net_device *dev, u32 dwRegAddr,
|
||||||
//extern u32 rtl8192_phy_RFSerialRead(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset);
|
u32 dwBitMask, u32 dwData);
|
||||||
//extern void rtl8192_phy_RFSerialWrite(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset, u32 Data);
|
|
||||||
extern void rtl8192_phy_SetRFReg(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
|
extern u32 rtl8192_QueryBBReg(struct net_device *dev, u32 dwRegAddr,
|
||||||
extern u32 rtl8192_phy_QueryRFReg(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask);
|
u32 dwBitMask);
|
||||||
|
|
||||||
|
extern void rtl8192_phy_SetRFReg(struct net_device *dev,
|
||||||
|
RF90_RADIO_PATH_E eRFPath, u32 RegAddr,
|
||||||
|
u32 BitMask, u32 Data);
|
||||||
|
|
||||||
|
extern u32 rtl8192_phy_QueryRFReg(struct net_device *dev,
|
||||||
|
RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask);
|
||||||
|
|
||||||
extern void rtl8192_phy_configmac(struct net_device *dev);
|
extern void rtl8192_phy_configmac(struct net_device *dev);
|
||||||
|
|
||||||
extern void rtl8192_phyConfigBB(struct net_device *dev, u8 ConfigType);
|
extern void rtl8192_phyConfigBB(struct net_device *dev, u8 ConfigType);
|
||||||
//extern void rtl8192_InitBBRFRegDef(struct net_device* dev);
|
|
||||||
extern RT_STATUS rtl8192_phy_checkBBAndRF(struct net_device* dev, HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath);
|
extern RT_STATUS rtl8192_phy_checkBBAndRF(struct net_device *dev,
|
||||||
//extern RT_STATUS rtl8192_BB_Config_ParaFile(struct net_device* dev);
|
HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath);
|
||||||
|
|
||||||
extern RT_STATUS rtl8192_BBConfig(struct net_device *dev);
|
extern RT_STATUS rtl8192_BBConfig(struct net_device *dev);
|
||||||
|
|
||||||
extern void rtl8192_phy_getTxPower(struct net_device *dev);
|
extern void rtl8192_phy_getTxPower(struct net_device *dev);
|
||||||
|
|
||||||
extern void rtl8192_phy_setTxPower(struct net_device *dev, u8 channel);
|
extern void rtl8192_phy_setTxPower(struct net_device *dev, u8 channel);
|
||||||
|
|
||||||
extern RT_STATUS rtl8192_phy_RFConfig(struct net_device* dev);
|
extern RT_STATUS rtl8192_phy_RFConfig(struct net_device* dev);
|
||||||
|
|
||||||
extern void rtl8192_phy_updateInitGain(struct net_device* dev);
|
extern void rtl8192_phy_updateInitGain(struct net_device* dev);
|
||||||
extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device* dev, RF90_RADIO_PATH_E eRFPath);
|
|
||||||
|
extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev,
|
||||||
|
RF90_RADIO_PATH_E eRFPath);
|
||||||
|
|
||||||
extern u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel);
|
extern u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel);
|
||||||
extern void rtl8192_SetBWMode(struct net_device *dev, HT_CHANNEL_WIDTH Bandwidth, HT_EXTCHNL_OFFSET Offset);
|
|
||||||
|
extern void rtl8192_SetBWMode(struct net_device *dev,
|
||||||
|
HT_CHANNEL_WIDTH Bandwidth, HT_EXTCHNL_OFFSET Offset);
|
||||||
|
|
||||||
extern void rtl8192_SwChnl_WorkItem(struct net_device *dev);
|
extern void rtl8192_SwChnl_WorkItem(struct net_device *dev);
|
||||||
|
|
||||||
extern void rtl8192_SetBWModeWorkItem(struct net_device *dev);
|
extern void rtl8192_SetBWModeWorkItem(struct net_device *dev);
|
||||||
|
|
||||||
extern void InitialGain819xPci(struct net_device *dev, u8 Operation);
|
extern void InitialGain819xPci(struct net_device *dev, u8 Operation);
|
||||||
|
|
||||||
#endif
|
#endif /* _R819XU_PHY_H */
|
||||||
|
Reference in New Issue
Block a user