iwlwifi: mvm: remove unused flags from add station command
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 1 Jan 2014 08:05:55 +0000 (10:05 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 13 Jan 2014 20:17:18 +0000 (22:17 +0200)
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/fw-api-sta.h

index 6bbbad4..1b60fdf 100644 (file)
@@ -97,9 +97,6 @@ enum iwl_sta_flags {
                                           STA_FLG_FLG_ANT_B),
 
        STA_FLG_PS                      = BIT(8),
-       STA_FLG_INVALID                 = BIT(9),
-       STA_FLG_DLP_EN                  = BIT(10),
-       STA_FLG_SET_ALL_KEYS            = BIT(11),
        STA_FLG_DRAIN_FLOW              = BIT(12),
        STA_FLG_PAN                     = BIT(13),
        STA_FLG_CLASS_AUTH              = BIT(14),