unsigned int value[RXDESC_SIZE>>2];
 };
 
-
 struct recv_buf {
        struct list_head list;
        spinlock_t recvbuf_lock;
 
        pmlmepriv->num_of_scanned--;
 }
 
-
 /* return the wlan_network with the matching addr
  * Shall be called under atomic context...
  * to avoid possible racing condition...
                plist = plist->next;
        }
 
-
        /* If we didn't find a match, then get a new network slot to initialize
         * with this beacon's information
         */
                          jiffies + msecs_to_jiffies(60000));
 }
 
-
 /*
  * r8712_ind_disconnect: the caller has to lock pmlmepriv->lock
  */
 
 #include "osdep_service.h"
 #include "drv_types.h"
 
-
 #define CMD_ALIVE      BIT(2)
 
 enum Power_Mgnt {
 #define                PS_STATE_S3             (PS_ALL_ON)
 #define        PS_STATE_S4             ((PS_ST_ACTIVE) | (PS_ALL_ON))
 
-
 #define                PS_IS_RF_ON(x)          ((x) & (PS_ALL_ON))
 #define                PS_IS_ACTIVE(x)         ((x) & (PS_ST_ACTIVE))
 #define                CLR_PS_STATE(x) ((x) = ((x) & (0xF0)))
 
-
 struct reportpwrstate_parm {
        unsigned char mode;
        unsigned char state; /* the CPWM value */
 
 #define                PHY_RSSI_SLID_WIN_MAX                   100
 #define                PHY_LINKQUALITY_SLID_WIN_MAX            20
 
-
 struct smooth_rssi_data {
        u32     elements[100];  /* array to store values */
        u32     index;          /* index to current array to store */