staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part IV
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
11632a0eed
commit
547d0c34b7
File diff suppressed because it is too large
Load Diff
@@ -57,7 +57,7 @@ enum sw_chnl_cmd_id {
|
|||||||
CmdID_RF_WriteReg,
|
CmdID_RF_WriteReg,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*--------------------------------Define structure--------------------------------*/
|
/*--------------------------------Define structure----------------------------*/
|
||||||
struct sw_chnl_cmd {
|
struct sw_chnl_cmd {
|
||||||
enum sw_chnl_cmd_id CmdID;
|
enum sw_chnl_cmd_id CmdID;
|
||||||
u32 Para1;
|
u32 Para1;
|
||||||
@@ -97,23 +97,35 @@ enum rf90_radio_path {
|
|||||||
#define bMaskLWord 0x0000ffff
|
#define bMaskLWord 0x0000ffff
|
||||||
#define bMaskDWord 0xffffffff
|
#define bMaskDWord 0xffffffff
|
||||||
|
|
||||||
extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device* dev, u32 eRFPath);
|
extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev,
|
||||||
extern void rtl8192_setBBreg(struct net_device* dev, u32 dwRegAddr, u32 dwBitMask, u32 dwData);
|
u32 eRFPath);
|
||||||
extern u32 rtl8192_QueryBBReg(struct net_device* dev, u32 dwRegAddr, u32 dwBitMask);
|
extern void rtl8192_setBBreg(struct net_device *dev, u32 dwRegAddr,
|
||||||
extern void rtl8192_phy_SetRFReg(struct net_device* dev, enum rf90_radio_path eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
|
u32 dwBitMask, u32 dwData);
|
||||||
extern u32 rtl8192_phy_QueryRFReg(struct net_device* dev, enum rf90_radio_path eRFPath, u32 RegAddr, u32 BitMask);
|
extern u32 rtl8192_QueryBBReg(struct net_device *dev, u32 dwRegAddr,
|
||||||
|
u32 dwBitMask);
|
||||||
|
extern void rtl8192_phy_SetRFReg(struct net_device *dev,
|
||||||
|
enum rf90_radio_path eRFPath,
|
||||||
|
u32 RegAddr, u32 BitMask, u32 Data);
|
||||||
|
extern u32 rtl8192_phy_QueryRFReg(struct net_device *dev,
|
||||||
|
enum rf90_radio_path 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 bool rtl8192_phy_checkBBAndRF(struct net_device* dev, enum hw90_block CheckBlock, enum rf90_radio_path eRFPath);
|
extern bool rtl8192_phy_checkBBAndRF(struct net_device *dev,
|
||||||
|
enum hw90_block CheckBlock,
|
||||||
|
enum rf90_radio_path eRFPath);
|
||||||
extern bool rtl8192_BBConfig(struct net_device *dev);
|
extern bool 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 bool rtl8192_phy_RFConfig(struct net_device *dev);
|
extern bool 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, enum rf90_radio_path eRFPath);
|
extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev,
|
||||||
|
enum rf90_radio_path 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, enum ht_channel_width Bandwidth, enum ht_extchnl_offset Offset);
|
extern void rtl8192_SetBWMode(struct net_device *dev,
|
||||||
|
enum ht_channel_width Bandwidth,
|
||||||
|
enum 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);
|
||||||
|
Reference in New Issue
Block a user