if (!reset) {
                mdelay(150);
 
-               priv->bHwRfOffAction = 2;
+               priv->hw_rf_off_action = 2;
 
                if (!priv->rtllib->bSupportRemoteWakeUp) {
                        rtl92e_set_rf_off(dev);
 
        SlotIndex = (priv->SilentResetRxSlotIndex++)%SilentResetRxSoltNum;
 
-       if (priv->RxCounter == RegRxCounter) {
+       if (priv->rx_ctr == RegRxCounter) {
                priv->SilentResetRxStuckEvent[SlotIndex] = 1;
 
                for (i = 0; i < SilentResetRxSoltNum; i++)
                priv->SilentResetRxStuckEvent[SlotIndex] = 0;
        }
 
-       priv->RxCounter = RegRxCounter;
+       priv->rx_ctr = RegRxCounter;
 
        return bStuck;
 }
 
                                mdelay(1);
                                rtl92e_set_bb_reg(dev, rFPGA0_AnalogParameter1,
                                                 0x4, 0x1);
-                               priv->bHwRfOffAction = 0;
+                               priv->hw_rf_off_action = 0;
 
                                rtl92e_set_bb_reg(dev, rFPGA0_XA_RFInterfaceOE,
                                                  BIT4, 0x1);
        bool bResult = false;
 
        if (rf_power_state == priv->rtllib->rf_power_state &&
-           priv->bHwRfOffAction == 0) {
+           priv->hw_rf_off_action == 0) {
                return bResult;
        }
 
 
        priv->force_reset = false;
        memset(priv->rtllib->swcamtable, 0, sizeof(struct sw_cam_table) * 32);
 
-       memset(&priv->InterruptLog, 0, sizeof(struct log_int_8190));
-       priv->RxCounter = 0;
+       memset(&priv->int_log, 0, sizeof(struct log_int_8190));
+       priv->rx_ctr = 0;
        priv->rtllib->wx_set_enc = 0;
        priv->hw_radio_off = false;
        priv->rtllib->rf_off_reason = 0;
        priv->rf_change_in_progress = false;
-       priv->bHwRfOffAction = 0;
+       priv->hw_rf_off_action = 0;
        priv->SetRFPowerStateInProgress = false;
        priv->rtllib->pwr_save_ctrl.bLeisurePs = true;
        priv->rtllib->LPSDelayCnt = 0;
 
        if (inta & IMR_ROK) {
                priv->stats.rxint++;
-               priv->InterruptLog.nIMR_ROK++;
+               priv->int_log.nIMR_ROK++;
                tasklet_schedule(&priv->irq_rx_tasklet);
        }
 
 
 
        struct work_struct                              reset_wq;
 
-       struct log_int_8190 InterruptLog;
+       struct log_int_8190 int_log;
 
        enum rt_customer_id CustomerID;
 
 
        u16 reg_chnl_plan;
        u16 ChannelPlan;
-       u8 bHwRfOffAction;
+       u8 hw_rf_off_action;
 
        bool rf_change_in_progress;
        bool SetRFPowerStateInProgress;
 
        enum reset_type rst_progress;
        u16             TxCounter;
-       u16             RxCounter;
+       u16             rx_ctr;
        bool            bResetInProgress;
        bool            force_reset;
        bool            force_lps;
 
 
        if (bActuallySet) {
                mdelay(1000);
-               priv->bHwRfOffAction = 1;
+               priv->hw_rf_off_action = 1;
                rtl92e_set_rf_state(dev, rf_power_state_to_set, RF_CHANGE_BY_HW);
                if (priv->hw_radio_off)
                        argv[1] = "RFOFF";