OSDN Git Service

staging: r8188eu: remove RaSupport88E from struct odm_dm_struct
authorMichael Straube <straube.linux@gmail.com>
Thu, 16 Sep 2021 08:29:06 +0000 (10:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Sep 2021 14:30:41 +0000 (16:30 +0200)
The field RaSupport88E of struct odm_dm_struct is unused.
Remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210916082906.25294-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/odm.h

index 4fee0e9..265583a 100644 (file)
@@ -847,13 +847,6 @@ struct odm_dm_struct {
        struct odm_ra_info RAInfo[ODM_ASSOCIATE_ENTRY_NUM]; /* Use MacID as
                        * array index. STA MacID=0,
                        * VWiFi Client MacID={1, ODM_ASSOCIATE_ENTRY_NUM-1} */
-       /*  */
-       /*  2012/02/14 MH Add to share 88E ra with other SW team. */
-       /*  We need to colelct all support abilit to a proper area. */
-       /*  */
-       bool    RaSupport88E;
-
-       /*  Define ........... */
 
        /*  Latest packet phy info (ODM write) */
        struct odm_phy_dbg_info PhyDbgInfo;