diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-03-30 01:40:46 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-04-13 15:23:10 -0400 |
commit | a373f67cbef25f24af10a3e868bca1f363996eec (patch) | |
tree | 9f0290cdc44608ca1e4107a4c9e98b0c82021c94 /drivers/net/wireless/iwlwifi/iwl-fw.h | |
parent | 3fe47dca049f3a684084fec08fabb88bece19a24 (diff) |
iwlwifi: remove IWL_UCODE_TLV_FLAGS_TIME_EVENT_API_V2 flag
All the supported firmwares have this flag set.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-fw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-fw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-fw.h b/drivers/net/wireless/iwlwifi/iwl-fw.h index 7d5e7ba41420..04eac6ed68af 100644 --- a/drivers/net/wireless/iwlwifi/iwl-fw.h +++ b/drivers/net/wireless/iwlwifi/iwl-fw.h | |||
@@ -77,7 +77,6 @@ | |||
77 | * @IWL_UCODE_TLV_FLAGS_UAPSD: This uCode image supports uAPSD | 77 | * @IWL_UCODE_TLV_FLAGS_UAPSD: This uCode image supports uAPSD |
78 | * @IWL_UCODE_TLV_FLAGS_SHORT_BL: 16 entries of black list instead of 64 in scan | 78 | * @IWL_UCODE_TLV_FLAGS_SHORT_BL: 16 entries of black list instead of 64 in scan |
79 | * offload profile config command. | 79 | * offload profile config command. |
80 | * @IWL_UCODE_TLV_FLAGS_TIME_EVENT_API_V2: using the new time event API. | ||
81 | * @IWL_UCODE_TLV_FLAGS_D3_6_IPV6_ADDRS: D3 image supports up to six | 80 | * @IWL_UCODE_TLV_FLAGS_D3_6_IPV6_ADDRS: D3 image supports up to six |
82 | * (rather than two) IPv6 addresses | 81 | * (rather than two) IPv6 addresses |
83 | * @IWL_UCODE_TLV_FLAGS_BF_UPDATED: new beacon filtering API | 82 | * @IWL_UCODE_TLV_FLAGS_BF_UPDATED: new beacon filtering API |
@@ -107,7 +106,6 @@ enum iwl_ucode_tlv_flag { | |||
107 | IWL_UCODE_TLV_FLAGS_P2P = BIT(3), | 106 | IWL_UCODE_TLV_FLAGS_P2P = BIT(3), |
108 | IWL_UCODE_TLV_FLAGS_DW_BC_TABLE = BIT(4), | 107 | IWL_UCODE_TLV_FLAGS_DW_BC_TABLE = BIT(4), |
109 | IWL_UCODE_TLV_FLAGS_SHORT_BL = BIT(7), | 108 | IWL_UCODE_TLV_FLAGS_SHORT_BL = BIT(7), |
110 | IWL_UCODE_TLV_FLAGS_TIME_EVENT_API_V2 = BIT(9), | ||
111 | IWL_UCODE_TLV_FLAGS_D3_6_IPV6_ADDRS = BIT(10), | 109 | IWL_UCODE_TLV_FLAGS_D3_6_IPV6_ADDRS = BIT(10), |
112 | IWL_UCODE_TLV_FLAGS_BF_UPDATED = BIT(11), | 110 | IWL_UCODE_TLV_FLAGS_BF_UPDATED = BIT(11), |
113 | IWL_UCODE_TLV_FLAGS_NO_BASIC_SSID = BIT(12), | 111 | IWL_UCODE_TLV_FLAGS_NO_BASIC_SSID = BIT(12), |