staging: r8188eu: remove odm_sta_info structure
authorIvan Safonov <insafonov@gmail.com>
Wed, 24 Aug 2016 08:23:12 +0000 (15:23 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 16:01:42 +0000 (18:01 +0200)
odm_sta_info structure does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/odm.h

index dbebf17..21fb422 100644 (file)
@@ -315,22 +315,6 @@ enum odm_ability {
        ODM_PSD2AFH             = 0x00000800
 };
 
-/*  2011/20/20 MH For MP driver RT_WLAN_STA =  struct sta_info */
-/*  Please declare below ODM relative info in your STA info structure. */
-
-struct odm_sta_info {
-       /*  Driver Write */
-       bool    bUsed;          /*  record the sta status link or not? */
-       u8      IOTPeer;        /*  Enum value. HT_IOT_PEER_E */
-
-       /*  ODM Write */
-       /* 1 PHY_STATUS_INFO */
-       u8      RSSI_Path[4];           /*  */
-       u8      RSSI_Ave;
-       u8      RXEVM[4];
-       u8      RXSNR[4];
-};
-
 /*  2011/10/20 MH Define Common info enum for all team. */
 
 enum odm_common_info_def {