OSDN Git Service

staging: rtl8723au: Remove unused ODM ability flags
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 2 Mar 2015 20:24:48 +0000 (15:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 17:54:30 +0000 (09:54 -0800)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/odm.h

index 7d505cf..78c17f3 100644 (file)
@@ -348,17 +348,6 @@ enum odm_cmninfo {
 enum {
        /*  BB ODM section BIT 0-15 */
        ODM_BB_ANT_DIV                          = BIT(6),
-       ODM_BB_PWR_TRAIN                        = BIT(8),
-       ODM_BB_RATE_ADAPTIVE                    = BIT(9),
-       ODM_BB_PATH_DIV                         = BIT(10),
-       ODM_BB_PSD                              = BIT(11),
-       ODM_BB_RXHP                             = BIT(12),
-
-       /*  MAC DM section BIT 16-23 */
-       ODM_MAC_EARLY_MODE                      = BIT(17),
-
-       /*  RF ODM section BIT 24-31 */
-       ODM_RF_RX_GAIN_TRACK                    = BIT(25),
 };
 
 /*     ODM_CMNINFO_INTERFACE */