mirror of https://gitee.com/openkylin/linux.git
staging: rtl8192e: fix coding style issues (spaces before semicolon)
Fix checkpatch.pl warning 'space prohibited before semicolon'. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0822339b52
commit
dc986e3ed3
|
@ -46,7 +46,7 @@ bool cmpk_message_handle_tx(
|
|||
|
||||
do {
|
||||
if ((buffer_len - frag_offset) > frag_threshold) {
|
||||
frag_length = frag_threshold ;
|
||||
frag_length = frag_threshold;
|
||||
bLastIniPkt = 0;
|
||||
|
||||
} else {
|
||||
|
|
|
@ -50,7 +50,7 @@ static bool fw_download_code(struct net_device *dev, u8 *code_virtual_address,
|
|||
frag_threshold = pfirmware->cmdpacket_frag_thresold;
|
||||
do {
|
||||
if ((buffer_len - frag_offset) > frag_threshold) {
|
||||
frag_length = frag_threshold ;
|
||||
frag_length = frag_threshold;
|
||||
bLastIniPkt = 0;
|
||||
|
||||
} else {
|
||||
|
|
|
@ -34,18 +34,18 @@ extern u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE];
|
|||
#define PHY_REG_1T2RArrayLengthPciE 296
|
||||
extern u32 Rtl8192PciEPHY_REG_1T2RArray[PHY_REG_1T2RArrayLengthPciE];
|
||||
#define RadioA_ArrayLengthPciE 246
|
||||
extern u32 Rtl8192PciERadioA_Array[RadioA_ArrayLengthPciE] ;
|
||||
extern u32 Rtl8192PciERadioA_Array[RadioA_ArrayLengthPciE];
|
||||
#define RadioB_ArrayLengthPciE 78
|
||||
extern u32 Rtl8192PciERadioB_Array[RadioB_ArrayLengthPciE] ;
|
||||
extern u32 Rtl8192PciERadioB_Array[RadioB_ArrayLengthPciE];
|
||||
#define RadioC_ArrayLengthPciE 2
|
||||
extern u32 Rtl8192PciERadioC_Array[RadioC_ArrayLengthPciE] ;
|
||||
extern u32 Rtl8192PciERadioC_Array[RadioC_ArrayLengthPciE];
|
||||
#define RadioD_ArrayLengthPciE 2
|
||||
extern u32 Rtl8192PciERadioD_Array[RadioD_ArrayLengthPciE] ;
|
||||
extern u32 Rtl8192PciERadioD_Array[RadioD_ArrayLengthPciE];
|
||||
#define MACPHY_ArrayLengthPciE 18
|
||||
extern u32 Rtl8192PciEMACPHY_Array[MACPHY_ArrayLengthPciE] ;
|
||||
extern u32 Rtl8192PciEMACPHY_Array[MACPHY_ArrayLengthPciE];
|
||||
#define MACPHY_Array_PGLengthPciE 30
|
||||
extern u32 Rtl8192PciEMACPHY_Array_PG[MACPHY_Array_PGLengthPciE] ;
|
||||
extern u32 Rtl8192PciEMACPHY_Array_PG[MACPHY_Array_PGLengthPciE];
|
||||
#define AGCTAB_ArrayLengthPciE 384
|
||||
extern u32 Rtl8192PciEAGCTAB_Array[AGCTAB_ArrayLengthPciE] ;
|
||||
extern u32 Rtl8192PciEAGCTAB_Array[AGCTAB_ArrayLengthPciE];
|
||||
|
||||
#endif
|
||||
|
|
|
@ -115,7 +115,7 @@ void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,
|
|||
if (priv->rtllib->RfOffReason > RF_CHANGE_BY_IPS) {
|
||||
RT_TRACE(COMP_ERR, "%s(): RF is OFF.\n",
|
||||
__func__);
|
||||
return ;
|
||||
return;
|
||||
} else {
|
||||
down(&priv->rtllib->ips_sem);
|
||||
IPSLeave(dev);
|
||||
|
|
|
@ -2987,7 +2987,7 @@ static int rtl8192_pci_probe(struct pci_dev *pdev,
|
|||
static void rtl8192_pci_disconnect(struct pci_dev *pdev)
|
||||
{
|
||||
struct net_device *dev = pci_get_drvdata(pdev);
|
||||
struct r8192_priv *priv ;
|
||||
struct r8192_priv *priv;
|
||||
u32 i;
|
||||
|
||||
if (dev) {
|
||||
|
|
|
@ -1002,14 +1002,14 @@ short rtl8192_tx(struct net_device *dev, struct sk_buff *skb);
|
|||
|
||||
u8 read_nic_io_byte(struct net_device *dev, int x);
|
||||
u32 read_nic_io_dword(struct net_device *dev, int x);
|
||||
u16 read_nic_io_word(struct net_device *dev, int x) ;
|
||||
u16 read_nic_io_word(struct net_device *dev, int x);
|
||||
void write_nic_io_byte(struct net_device *dev, int x, u8 y);
|
||||
void write_nic_io_word(struct net_device *dev, int x, u16 y);
|
||||
void write_nic_io_dword(struct net_device *dev, int x, u32 y);
|
||||
|
||||
u8 read_nic_byte(struct net_device *dev, int x);
|
||||
u32 read_nic_dword(struct net_device *dev, int x);
|
||||
u16 read_nic_word(struct net_device *dev, int x) ;
|
||||
u16 read_nic_word(struct net_device *dev, int x);
|
||||
void write_nic_byte(struct net_device *dev, int x, u8 y);
|
||||
void write_nic_word(struct net_device *dev, int x, u16 y);
|
||||
void write_nic_dword(struct net_device *dev, int x, u32 y);
|
||||
|
|
|
@ -1446,7 +1446,7 @@ static void dm_CCKTxPowerAdjust_TSSI(struct net_device *dev, bool bInCH14)
|
|||
TempVal = 0;
|
||||
if (!bInCH14) {
|
||||
TempVal = (u32)(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[0] +
|
||||
(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[1]<<8)) ;
|
||||
(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[1]<<8));
|
||||
|
||||
rtl8192_setBBreg(dev, rCCK0_TxFilter1, bMaskHWord, TempVal);
|
||||
TempVal = (u32)(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[2] +
|
||||
|
@ -1455,12 +1455,12 @@ static void dm_CCKTxPowerAdjust_TSSI(struct net_device *dev, bool bInCH14)
|
|||
(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[5]<<24));
|
||||
rtl8192_setBBreg(dev, rCCK0_TxFilter2, bMaskDWord, TempVal);
|
||||
TempVal = (u32)(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[6] +
|
||||
(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[7]<<8)) ;
|
||||
(priv->cck_txbbgain_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[7]<<8));
|
||||
|
||||
rtl8192_setBBreg(dev, rCCK0_DebugPort, bMaskLWord, TempVal);
|
||||
} else {
|
||||
TempVal = (u32)(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[0] +
|
||||
(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[1]<<8)) ;
|
||||
(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[1]<<8));
|
||||
|
||||
rtl8192_setBBreg(dev, rCCK0_TxFilter1, bMaskHWord, TempVal);
|
||||
TempVal = (u32)(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[2] +
|
||||
|
@ -1469,7 +1469,7 @@ static void dm_CCKTxPowerAdjust_TSSI(struct net_device *dev, bool bInCH14)
|
|||
(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[5]<<24));
|
||||
rtl8192_setBBreg(dev, rCCK0_TxFilter2, bMaskDWord, TempVal);
|
||||
TempVal = (u32)(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[6] +
|
||||
(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[7]<<8)) ;
|
||||
(priv->cck_txbbgain_ch14_table[(u8)(priv->CCKPresentAttentuation)].ccktxbb_valuearray[7]<<8));
|
||||
|
||||
rtl8192_setBBreg(dev, rCCK0_DebugPort, bMaskLWord, TempVal);
|
||||
}
|
||||
|
@ -1485,7 +1485,7 @@ static void dm_CCKTxPowerAdjust_ThermalMeter(struct net_device *dev, bool bInCH
|
|||
TempVal = 0;
|
||||
if (!bInCH14) {
|
||||
TempVal = CCKSwingTable_Ch1_Ch13[priv->CCK_index][0] +
|
||||
(CCKSwingTable_Ch1_Ch13[priv->CCK_index][1]<<8) ;
|
||||
(CCKSwingTable_Ch1_Ch13[priv->CCK_index][1]<<8);
|
||||
rtl8192_setBBreg(dev, rCCK0_TxFilter1, bMaskHWord, TempVal);
|
||||
RT_TRACE(COMP_POWER_TRACKING, "CCK not chnl 14, reg 0x%x = 0x%x\n",
|
||||
rCCK0_TxFilter1, TempVal);
|
||||
|
@ -1497,14 +1497,14 @@ static void dm_CCKTxPowerAdjust_ThermalMeter(struct net_device *dev, bool bInCH
|
|||
RT_TRACE(COMP_POWER_TRACKING, "CCK not chnl 14, reg 0x%x = 0x%x\n",
|
||||
rCCK0_TxFilter2, TempVal);
|
||||
TempVal = CCKSwingTable_Ch1_Ch13[priv->CCK_index][6] +
|
||||
(CCKSwingTable_Ch1_Ch13[priv->CCK_index][7]<<8) ;
|
||||
(CCKSwingTable_Ch1_Ch13[priv->CCK_index][7]<<8);
|
||||
|
||||
rtl8192_setBBreg(dev, rCCK0_DebugPort, bMaskLWord, TempVal);
|
||||
RT_TRACE(COMP_POWER_TRACKING, "CCK not chnl 14, reg 0x%x = 0x%x\n",
|
||||
rCCK0_DebugPort, TempVal);
|
||||
} else {
|
||||
TempVal = CCKSwingTable_Ch14[priv->CCK_index][0] +
|
||||
(CCKSwingTable_Ch14[priv->CCK_index][1]<<8) ;
|
||||
(CCKSwingTable_Ch14[priv->CCK_index][1]<<8);
|
||||
|
||||
rtl8192_setBBreg(dev, rCCK0_TxFilter1, bMaskHWord, TempVal);
|
||||
RT_TRACE(COMP_POWER_TRACKING, "CCK chnl 14, reg 0x%x = 0x%x\n",
|
||||
|
@ -1517,7 +1517,7 @@ static void dm_CCKTxPowerAdjust_ThermalMeter(struct net_device *dev, bool bInCH
|
|||
RT_TRACE(COMP_POWER_TRACKING, "CCK chnl 14, reg 0x%x = 0x%x\n",
|
||||
rCCK0_TxFilter2, TempVal);
|
||||
TempVal = CCKSwingTable_Ch14[priv->CCK_index][6] +
|
||||
(CCKSwingTable_Ch14[priv->CCK_index][7]<<8) ;
|
||||
(CCKSwingTable_Ch14[priv->CCK_index][7]<<8);
|
||||
|
||||
rtl8192_setBBreg(dev, rCCK0_DebugPort, bMaskLWord, TempVal);
|
||||
RT_TRACE(COMP_POWER_TRACKING, "CCK chnl 14, reg 0x%x = 0x%x\n",
|
||||
|
|
|
@ -2255,7 +2255,7 @@ struct rtllib_device {
|
|||
short raw_tx;
|
||||
/* used if IEEE_SOFTMAC_TX_QUEUE is set */
|
||||
short queue_stop;
|
||||
short scanning_continue ;
|
||||
short scanning_continue;
|
||||
short proto_started;
|
||||
short proto_stoppping;
|
||||
|
||||
|
@ -2883,7 +2883,7 @@ extern void HT_update_self_and_peer_setting(struct rtllib_device *ieee,
|
|||
extern u8 HTGetHighestMCSRate(struct rtllib_device *ieee, u8 *pMCSRateSet,
|
||||
u8 *pMCSFilter);
|
||||
extern u8 MCS_FILTER_ALL[];
|
||||
extern u16 MCS_DATA_RATE[2][2][77] ;
|
||||
extern u16 MCS_DATA_RATE[2][2][77];
|
||||
extern u8 HTCCheck(struct rtllib_device *ieee, u8 *pFrame);
|
||||
extern void HTResetIOTSetting(struct rt_hi_throughput *pHTInfo);
|
||||
extern bool IsHTHalfNmodeAPs(struct rtllib_device *ieee);
|
||||
|
|
|
@ -1181,7 +1181,7 @@ static void rtllib_rx_indicate_pkt_legacy(struct rtllib_device *ieee,
|
|||
|
||||
if (rxb == NULL) {
|
||||
printk(KERN_INFO "%s: rxb is NULL!!\n", __func__);
|
||||
return ;
|
||||
return;
|
||||
}
|
||||
|
||||
for (i = 0; i < rxb->nr_subframes; i++) {
|
||||
|
|
|
@ -1476,7 +1476,7 @@ static void rtllib_associate_step1(struct rtllib_device *ieee, u8 *daddr)
|
|||
if (!skb)
|
||||
rtllib_associate_abort(ieee);
|
||||
else {
|
||||
ieee->state = RTLLIB_ASSOCIATING_AUTHENTICATING ;
|
||||
ieee->state = RTLLIB_ASSOCIATING_AUTHENTICATING;
|
||||
RTLLIB_DEBUG_MGMT("Sending authentication request\n");
|
||||
softmac_mgmt_xmit(skb, ieee);
|
||||
if (!timer_pending(&ieee->associate_timer)) {
|
||||
|
|
Loading…
Reference in New Issue