staging: r8188eu: struct odm_sta_info is not used
authorMichael Straube <straube.linux@gmail.com>
Sun, 2 Jan 2022 13:11:37 +0000 (14:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jan 2022 13:31:08 +0000 (14:31 +0100)
The structure odm_sta_info is not used. Remove it.

Acked-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220102131141.12310-8-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/odm.h

index d81aff9c94671935396743915345b12d68190732..23a151c558dc273060c890a8112ea16a01a0631d 100644 (file)
@@ -116,22 +116,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 {