}
 
 void rtl92e_set_monitor_mode(struct net_device *dev, bool allow_all_da,
-                            bool WriteIntoReg)
+                            bool write_into_reg)
 {
        struct r8192_priv *priv = rtllib_priv(dev);
 
        else
                priv->receive_config &= ~RCR_AAP;
 
-       if (WriteIntoReg)
+       if (write_into_reg)
                rtl92e_writel(dev, RCR, priv->receive_config);
 }
 
 
 bool rtl92e_start_adapter(struct net_device *dev);
 void rtl92e_link_change(struct net_device *dev);
 void rtl92e_set_monitor_mode(struct net_device *dev, bool allow_all_da,
-                            bool WriteIntoReg);
+                            bool write_into_reg);
 void  rtl92e_fill_tx_desc(struct net_device *dev, struct tx_desc *pdesc,
                          struct cb_desc *cb_desc, struct sk_buff *skb);
 void  rtl92e_fill_tx_cmd_desc(struct net_device *dev, struct tx_desc_cmd *entry,
 
 
        void (*allow_all_dest_addr_handler)(struct net_device *dev,
                                            bool allow_all_da,
-                                           bool WriteIntoReg);
+                                           bool write_into_reg);
 
        void (*rtllib_ips_leave_wq)(struct net_device *dev);
        void (*rtllib_ips_leave)(struct net_device *dev);